So I just downloaded get-pip.py and ran it. Everything looks good (I got "successfully installed pip").
When I run:
pip install beautifulsoup4
I get:
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in /Library/Python/2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg
Cleaning up...
So it looks like I have beautifulsoup4 set up for python 2.7...yes? I want it set up for python 3.3 (which is what I get when I type python into iTerm). Any thoughts on how to do this?
Feel like it shouldn't be terribly difficult but have looked around to no avail
Thanks guys, Mariogs