ターミナルを開くとWARNINGのエラー
解決したいこと
警告を表示を解決したいです!
「WARNING: pyenv init -
no longer sets PATH.
Run pyenv init
to see the necessary changes to make to your configuration.」
解決方法を教えて下さい。
発生している問題・エラー
WARNING: `pyenv init -` no longer sets PATH.
Run `pyenv init` to see the necessary changes to make to your configuration.
pynev initの内容
$ pyenv init
# (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.
自分で試したこと
ウェブ等で調べて試してみましたが、
解決方法が見つかりません。
ご教示ください。。。