Fix pyenv warning output wording

This commit is contained in:
2016-08-03 09:44:41 -07:00
parent d624955ee2
commit 0d0cbf93c0

View File

@@ -60,7 +60,7 @@ function _python_setup {
local PYENV_INIT_COMMANDS="$(pyenv init -)" local PYENV_INIT_COMMANDS="$(pyenv init -)"
eval "$PYENV_INIT_COMMANDS" eval "$PYENV_INIT_COMMANDS"
else else
echo "WARNING: pyenv not is installed on this machine and python will likely not function correctly" echo "WARNING: pyenv is not installed on this machine and python will likely not function correctly"
fi fi
# The following line is no longer necessary since the pyenv shim # The following line is no longer necessary since the pyenv shim