mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
6 lines
122 B
Bash
Executable file
6 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))"
|