sudo required for easy_install pip in OS X Lion?
问题 I'm coming from Snow Leopard at work to a Lion installation at home. I do NOT remember having to: sudo easy_install pip Is that required for Lion? I got errors until I did that, and pip ended up here: [ some@computer ] ~ $ which pip /usr/local/bin//pip Does this mean that I'm going to have to sudo pip install other packages? e.g.: sudo pip install virtualenv sudo pip install virtualenvwrapper I should also note that I'm running XCode 4.3 with the new separate install of the command line tools