「Mac/インストール/python」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→インストール) |
(→インストール) |
||
(同じ利用者による、間の1版が非表示) | |||
行1: | 行1: | ||
− | == | + | ==インストール準備== |
<pre> | <pre> | ||
$ brew search python@3 | $ brew search python@3 | ||
行5: | 行5: | ||
python@3.10 ✔ python@3.12 python@3.8 bpython jython | python@3.10 ✔ python@3.12 python@3.8 bpython jython | ||
</pre> | </pre> | ||
+ | |||
==インストール== | ==インストール== | ||
<pre> | <pre> | ||
行11: | 行12: | ||
Python 3.7.9 | Python 3.7.9 | ||
</pre> | </pre> | ||
+ | |||
+ | ==複数インストール== | ||
+ | こちらで入れたほうが良いかも。 | ||
+ | |||
+ | [[mac/インストール/pyenv]] [ショートカット] |
2023年12月21日 (木) 18:19時点における最新版
インストール準備
$ brew search python@3 boost-python3 python@3.11 ✔ python@3.7 python@3.9 ✔ ipython cython python@3.10 ✔ python@3.12 python@3.8 bpython jython
インストール
$ brew install python@3.11 $ python3 -V Python 3.7.9
複数インストール
こちらで入れたほうが良いかも。
mac/インストール/pyenv [ショートカット]