mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-11 07:47:13 +09:00
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo $PYENV_ROOT
|