标签: python geany
我使用的是Ubuntu 14.04。它预装了python。今天我安装了Anaconda 2.7和Geany作为IDE。
当我在命令行Python或IDLE中键入“import numpy as np”时,它可以正常工作。但是当我在Geany中执行相同操作时,它会提示“No module named numpy”
如何解决此问题。 非常感谢。