環境変数PATHにshimsを追加することで解決。
# pyenv
export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
Go to list of users who liked
More than 5 years have passed since last update.
環境変数PATHにshimsを追加することで解決。
# pyenv
export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
Register as a new user and use Qiita more conveniently
Go to list of users who liked