我是按照这个步骤安装Python2.7.9的
1. tar -jxvf Python-2.7.9.tar.bz2
2. cd Python-2.7.9
3. ./configure
4. make
5. make install
然后我输入以下命令
Python
import numpy
输出importerror: no module named numpy
我是按照这个步骤安装Python2.7.9的
1. tar -jxvf Python-2.7.9.tar.bz2
2. cd Python-2.7.9
3. ./configure
4. make
5. make install
然后我输入以下命令
Python
import numpy
输出importerror: no module named numpy