1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-05-09 16:54:29 +00:00
pyenv/libexec/pyenv-root

3 lines
111 B
Bash
Executable file

#!/usr/bin/env bash
# Summary: Display the root directory where versions and shims are kept
echo "$PYENV_ROOT"