osx - Python not finding pip modules MacOS -


i have installed modules using pip , whenever try import them in python told no module exists. think there wrong paths. terminal output, know how can fix this?

nicks-macbook-pro:~ nickporter$ python /usr/bin/python nicks-macbook-pro:~ nickporter$ pip /usr/local/bin/pip nicks-macbook-pro:~ nickporter$  

you can use pip freeze find packages installed. not know whether use virtualenv. if use it, have source it, activate it.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -