Selaa lähdekoodia

remove useless definition of PYENV_VERSION_PATH

pull/17/head
Yamashita Yuu 13 vuotta sitten
vanhempi
commit
c24207428c
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      libexec/pyenv-version-name

+ 0
- 2
libexec/pyenv-version-name Näytä tiedosto

@ -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

Ladataan…
Peruuta
Tallenna