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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -