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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -