Last active
January 7, 2021 08:21
-
-
Save tsuyoshicho/2e61f31821824b5fd86c8dbf6daea199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install -y -m python3 --version 3.6.8 --params '"/InstallDir:C:\tools\python3"' | |
choco install -y -m python3 --version 3.9.1 --params '"/InstallDir:C:\tools\python39"' | |
choco pin add -n=python3 --version 3.6.8 | |
choco pin add -n=python3 --version 3.9.1 | |
with ENV PY_PYTHON=3.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3. Windows で Python を使う — Python 3.9.1 ドキュメント
PY_PYTHON もバージョン指定が効いてしまうみたいなので、指定を削除(もう2は入れないから)