mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
remove useless definition of PYENV_VERSION_PATH
This commit is contained in:
parent
8b23026d6c
commit
c24207428c
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ version_exists() {
|
|||
}
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
PYENV_VERSION_PATH="${PYENV_ROOT}/versions/${version}"
|
||||
|
||||
if [ "$version" != "system" ] && ! version_exists "$version"; then
|
||||
echo "pyenv: version \`$version' is not installed" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue