python - SciPy Stack installation confusion between Python2 and Python3 -


i have installed scipy stack using pip. however, installed python 2.7, , unable import numpy program in python 3.6 idle.

now installing using pip3, should install stack python 3.6. how uninstall or delete stack python 2.7?

update: after using pip3, unable import bumpy or other library in python 3.6. why not?

from documentation:

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

Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -