SciPy Stack安装Python2和Python3之间的混淆

时间:2017-09-12 06:28:26

标签: python python-2.7 numpy scipy python-3.6

我已经使用pip安装了SciPy堆栈。但是,这将它安装到Python 2.7,我无法在Python 3.6 IDLE中将Numpy导入我的程序。

现在我使用pip3安装它,它应该将堆栈安装到Python 3.6。如何从Python 2.7中卸载或删除堆栈?

更新: 甚至在使用pip3之后,我无法在Python 3.6中导入颠簸或任何其他库。为什么不呢?

1 个答案:

答案 0 :(得分:0)

来自documentation

pip uninstall [options] <package> ...
pip uninstall [options] -r <requirements file> ...