error: could not create '/usr/local/lib/python2.7/dist-packages/virtualenv_support': Permission denied

前端 未结 9 880
情歌与酒
情歌与酒 2020-12-13 05:35

I am using ubuntu 12.04 and I am trying to pip install virtualenv but suddenly I got this error.

samuel@sampc:~$ pip install virtualenv
Downloading/unpacking         


        
9条回答
  •  失恋的感觉
    2020-12-13 06:16

    use

    sudo pip install virtualenv
    

    You have a permission denied error. This states your current user does not have the root permissions.So run the command as a super user.

提交回复
热议问题