mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05:00
created new project.
modified rbenv source for Python and renamed to pyenv.
This commit is contained in:
5
libexec/pyenv-version
Executable file
5
libexec/pyenv-version
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
echo "$(pyenv-version-name) (set by $(pyenv-version-origin))"
|
||||
Reference in New Issue
Block a user