pythonのバージョン管理・仮想環境管理(Windows)
pythonのバージョン管理・仮想環境管理(Windows)
バージョン管理
Pythonランチャー(py.exe)を使う
https://gammasoft.jp/blog/find-out-python-launcher/
https://astherier.com/blog/2020/07/usage-of-python-launcher/
特定のバージョンのpythonを使う
code:a
py -3.10
仮想環境管理
venvを使う
jupyterでも使う
https://qiita.com/Gattaca/items/80a5d36673ba2b6ef7f0