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"