标签: python numpy scipy ubuntu-12.04
我在Ubuntu 12.04上。我使用以下命令安装了numpy和scipy包:
sudo apt-get install python-numpy python-scipy python-matplotlib
现在运行此命令时,它表示已安装最新版本。
然而,当我在命令提示符下进入python并要求它“import numpy”时,它表示没有安装这样的模块。 scipy和matplotlib也一样。发生了什么事?