Pyenvを使っているのですが、macOSをアップデートして以降pythonコマンドにpyenvの仮想環境が反映されなくなりました。
使用しているOSはmacOS Monterey 12.0.1です。
発生している問題
pyenvのglobalを変えてもlocalを変えても、evalを使用してもpythonのパスがシステムのパスになってしまいます。
% python -V Python 2.7.18 % pyenv versions system 2.7.16 * 3.7.3 (set by ...) 3.8.2 3.9.1 % which python /usr/bin/python % eval "$(pyenv init -)" % python -V Python 2.7.18 % which python /usr/bin/python ``` こうなってしまい、変わりません。 ### 試したこと
xcode-select --install (結果:error: command line tools are already installed)
brew reinstall pyenv
pyenv rehash
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/04 07:57