facebook twitter hatena line email

「Mac/インストール/python」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==インストール確認== <pre> $ brew search python@3 boost-python3 python@3.11 ✔ python@3.7 python@3.9 ✔ ipython cython p...」)
 
(インストール)
行8: 行8:
 
<pre>
 
<pre>
 
brew install python@3.11
 
brew install python@3.11
 +
python3 -V
 
</pre>
 
</pre>

2023年12月21日 (木) 18:08時点における版

インストール確認

$ 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