mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
[ -n "$RBENV_DEBUG" ] && set -x
|
|
|
|
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"
|