Remove pyenv output from shell startup
This commit is contained in:
parent
824371735c
commit
8e77129e7f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user