forked from colonelpanic/dotfiles
Fix pyenv warning output wording
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user