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
Post a Comment