How to install virtualenv without using sudo?

后端 未结 10 539
暖寄归人
暖寄归人 2020-11-30 23:51

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 everythin

10条回答
  •  猫巷女王i
    2020-12-01 00:06

    You can also use the command below, it worked for me without sudo access. You may also need to modify your PYTHONPATH environment variable using export, see this SO answer for more details.

    pip install --user virtualenv

提交回复
热议问题