标签: python numpy anaconda
我试图在我的PC中使用python2版本来运行软件,但是错误表明没有numpy模块(通常我使用python3并且numpy模块运行良好)。因此,我假设系统中的python2没有安装numpy。现在我的问题是如何通过conda为python2安装numpy1.10.1而不影响python3?