pyenv/libexec/pyenv-root

4 lines
111 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2013-01-18 17:41:41 +09:00
# Summary: Display the root directory where versions and shims are kept
echo "$PYENV_ROOT"