Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Created February 17, 2014 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoshihitoAso/9048858 to your computer and use it in GitHub Desktop.
Save YoshihitoAso/9048858 to your computer and use it in GitHub Desktop.
[NumPy][SciPy][Matplotlib]ubuntuにnumpy, scipy, matplotlibをインストール

UbuntuにNumpy, SciPy, Matplotlibをインストール

apt-getでインストール出来る。

ついでにipythonとかいろいろインストールする。

$ sudo apt-get install python-numpy python-scipy
$ sudo apt-get install python-matplotlib python-scipy ipython python-matplotlib-doc python-numpy-doc python-tk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment