1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

s/Ruby/Python/g; s/RBENV/PYENV/g

This commit is contained in:
Yamashita Yuu
2013-02-06 16:05:29 +09:00
parent ee3c9bef5e
commit 167ff2a198
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ fi
version_exists() {
local version="$1"
[ -d "${RBENV_ROOT}/versions/${version}" ]
[ -d "${PYENV_ROOT}/versions/${version}" ]
}
for version in "${versions[@]}"; do