Remove pyenv output from shell startup

This commit is contained in:
Ivan Malison 2016-07-26 17:53:21 -07:00
parent 824371735c
commit 8e77129e7f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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