#author("2018-07-26T00:59:48+09:00","default:Miyashita","Miyashita")
#author("2020-11-16T15:21:58+09:00","default:Miyashita","Miyashita")
*pip, scipy, numpyのアップデート [#gcb9a3f9]
***pip自体のアップデート [#t82772b6]
#codeprettify{{
sudo -H pip install --upgrade pip
python -m pip install --upgrade pip
}}
scipyを更新する前に,pip自体もアップデートしておく必要がある.~
通常の設定であれば/ 以下に格納されるのでsudoかrootで実行する必要がある.
または
#codeprettify{{
python -m pip install -U pip
}}
scipy を更新する前に,pip 自体もアップデートしておく必要がある.~
~

***scipy等のアップデート [#yaa5ce73]
#codeprettify{{
sudo -H pip install --upgrade scipy numpy matplotlib
python -m pip install -U scipy numpy matplotlib
}}
他のライブラリも同様.

Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes