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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -