axjack's blog

### axjack is said to be an abbreviation for An eXistent JApanese Cool Klutz ###

numpyとscipyのインストールログ

インストールログって作っても消しちゃうことが多いので、ブログに書いておけば良いかなと思い書いてみるテスト。pandasとかmatplotlibはよく分からんのでとりあえずはnumpyとscipyからスタートしてみます。

axjack:~ $ pip3 install numpy
Collecting numpy
  Downloading numpy-1.14.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (4.7MB)
    100% |████████████████████████████████| 4.7MB 149kB/s 
Installing collected packages: numpy
Successfully installed numpy-1.14.0
axjack:~ $ 
axjack:~ $ pip3 install scipy
Collecting scipy
  Downloading scipy-1.0.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (16.7MB)
    100% |████████████████████████████████| 16.7MB 43kB/s 
Requirement already satisfied: numpy>=1.8.2 in /usr/local/lib/python3.6/site-packages (from scipy)
Installing collected packages: scipy
Successfully installed scipy-1.0.0
axjack:~ $ 
axjack is said to be an abbreviation for An eXistent JApanese Cool Klutz.