What's the proper way to install pip, virtualenv, and distribute for Python?
问题 Short Question What is the proper way to install pip, virtualenv, and distribute? Background In my answer to SO question 4314376, I recommended using ez_setup so that you could then install pip and virtualenv as follows: curl -O http://peak.telecommunity.com/dist/ez_setup.py sudo python ez_setup.py sudo easy_install pip sudo pip install virtualenv I originally pulled these instructions from Jesse Noller\'s blog post So you want to use Python on the Mac?. I like the idea of keeping a clean