using pip and virtualenv from the user folder

Developer from somewhere

Doing a:

python get-pip.py --user

installs pip just for the current user. To run it, I use:

~/Library/Python/2.7/bin/pip install -U virtualenv

The same goes for virtualenv:

~/Library/Python/2.7/bin/virtualenv someenv