mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
fix typo; s/vesions/versions/
also this will fix https://github.com/yyuu/python-virtualenv/issues/1
This commit is contained in:
parent
6d307c6e11
commit
ee3c9bef5e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -z "$versions" ] || [ -z "$PYENV_VERSION_FILE" ]; then
|
|||
fi
|
||||
|
||||
# Make sure the specified version is installed.
|
||||
pyenv-prefix "${vesions[@]}" >/dev/null
|
||||
pyenv-prefix "${versions[@]}" >/dev/null
|
||||
|
||||
# Write the version out to disk.
|
||||
rm -f "$PYENV_VERSION_FILE"
|
||||
|
|
Loading…
Reference in a new issue