Fix pyenv warning output wording

This commit is contained in:
Ivan Malison 2016-08-03 09:44:41 -07:00
parent d624955ee2
commit 0d0cbf93c0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -60,7 +60,7 @@ function _python_setup {
local PYENV_INIT_COMMANDS="$(pyenv init -)"
eval "$PYENV_INIT_COMMANDS"
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
# The following line is no longer necessary since the pyenv shim