1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-01-10 02:12:50 +00:00
pyenv/libexec/pyenv-root
Andrew Rabert 0f596d2504 Revert "Merge pull request from cmcginty/remove-sbang"
This reverts commit 070e1c859f, reversing
changes made to 3faeda67bb.
2019-04-23 10:23:33 -04:00

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"