mirror of
https://github.com/pyenv/pyenv.git
synced 2025-01-09 00:00:59 +00:00
6 lines
122 B
Text
6 lines
122 B
Text
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||
|
|
||
|
echo "$(pyenv-version-name) (set by $(pyenv-version-origin))"
|