Install matplotlib
sudo pip install numpy
sudo pip install scipy
sudo pip install matplotlib
Error: python configed configured for Tk
版本需要更新一下,用最新的
重新编译python
tar xxxxxx
./configure --prefix /usr/local/lib/python2.7.9 --enable-ipv6
make
sudo make install