Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find packages installed with pip

Tags:

python

pip

I'm using Mac OS X 10.6.8 and python 2.7.3. I'm trying to use pip to install ipython, and running sudo pip install ipython installs successfully, but when I try to run ipython I get "command not found". I cannot find where pip installs packages, or why it's not linking correctly. I'm very new with this, please help!

like image 747
snooze_bear Avatar asked Dec 12 '22 20:12

snooze_bear


1 Answers

I had this problem and fixed it by restarting my terminal.

like image 120
Tom Bergman Avatar answered Dec 27 '22 22:12

Tom Bergman