'Permission denied' error when using pip install in virtualenv

后端 未结 2 1516
鱼传尺愫
鱼传尺愫 2021-02-07 11:15

Edit: FIXED!

Just had to chown the .cache directory

I\'ve tried the virtualenvwrapper docs instructions, I\'ve tried this guy\'s instructions as well as these...

2条回答
  •  终归单人心
    2021-02-07 11:34

    you need to change the owner of directory of pip.

    run chown -R : /home/aweeeezy/.cache/pip.

提交回复
热议问题