How to install virtualenv without using sudo?
问题 I have easy_install and pip . I had many errors on my Linux Mint 12 , I just re-installed it and I want to install everything from scratch again. This is one of the errors that I had. I received an interesting answer there: Stop using su and sudo to run virtualenv. You need to run virtualenv as your normal user. You have created the virtualenv with sudo which is why you are getting these errors. So how to install virtualenv without using sudo ? Can i use pip or easy_install without using sudo