From 8e77129e7f1081eeada73730326648d8a73c35aa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 26 Jul 2016 17:53:21 -0700 Subject: [PATCH] Remove pyenv output from shell startup --- dotfiles/lib/shellenv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index e8e71b3a..8a494110 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -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"