mirror of
https://github.com/pyenv/pyenv.git
synced 2025-02-23 03:23:41 +00:00
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))"
|