Python任意バージョン環境for mac

brew upgrade

brew cleanup
brew install python@3.10

python3.10 -m venv venv

source venv/bin/activate
タイトルとURLをコピーしました