python

Last update: 2015/03/21

必要なパッケージのインストール for Ubuntu 14.04

まずは python をインストール

$ sudo apt-get install python python-dev

あとは apt-get を使ってパッケージをインストール

$ sudo apt-get install python-numpy

$ sudo apt-get install python-scipy

$ sudo apt-get install python-rpy2

$ sudo apt-get install python-matplotlib