Remove pyenv output from shell startup

This commit is contained in:
2016-07-26 17:53:21 -07:00
parent 824371735c
commit 8e77129e7f

View File

@@ -59,7 +59,6 @@ function _python_setup {
if which pyenv > /dev/null; then
local PYENV_INIT_COMMANDS="$(pyenv init -)"
echo "$PYENV_INIT_COMMANDS"
eval "$PYENV_INIT_COMMANDS"
else
echo "WARNING: pyenv is installed on this machine and python will likely not function correctly"