pyenv initをして.zprofileにexport PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"を実行してから.zshrcにeval "$(pyenv init -)"を実行したのですがエラー文が消えない
発生している問題・エラーメッセージ
WARNING: pyenv init -
no longer sets PATH.について
該当のソースコード
Last login: Thu May 27 19:05:17 on ttys000
WARNING: pyenv init -
no longer sets PATH.
(The below instructions are intended for common
shell setups. See the README for more guidance
if they don't apply and/or don't work for you.)
Add pyenv executable to PATH and
enable shims by adding the following
to ~/.profile and ~/.zprofile:
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
Load pyenv into the shell by adding
the following to ~/.zshrc:
eval "$(pyenv init -)"
Make sure to restart your entire logon session
for changes to profile files to take effect.
試したこと
pyenv initをして.zprofileにexport PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"を実行してから.zshrcにeval "$(pyenv init -)"を実行したのですがターミナル上でエラーが消えないです。
補足情報(FW/ツールのバージョンなど)
pyenv --versionは2.0.0
回答2件
あなたの回答
tips
プレビュー