pyenvをupdateしたら、以下のメッセージが出てsystemのpythonが使われるようになった。
WARNING: pyenv init - no longer sets PATH
以下のサイトを参考に設定を変更した。
/etc/profile.d/pyenv.sh
eval "$(pyenv init --path --no-rehash)"
# eval "$(pyenv init - --no-rehash)"
Go to list of users who liked
More than 3 years have passed since last update.
pyenvをupdateしたら、以下のメッセージが出てsystemのpythonが使われるようになった。
WARNING: pyenv init - no longer sets PATH
以下のサイトを参考に設定を変更した。
eval "$(pyenv init --path --no-rehash)"
# eval "$(pyenv init - --no-rehash)"
Register as a new user and use Qiita more conveniently
Go to list of users who liked