mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
2457419b4a
modified rbenv source for Python and renamed to pyenv.
5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
[ -n "$PYENV_DEBUG" ] && set -x
|
|
|
|
echo "$(pyenv-version-name) (set by $(pyenv-version-origin))"
|