简体   繁体   中英

pip install gives error after installing anaconda

I am using Zsh. I had installed Anaconda a while back and presently when I tried to upgrade my pip I dot permission denied error even when used sudo. This is the result I got

在此处输入图片说明

Also when I tried to install django it gave error 在此处输入图片说明

在此处输入图片说明

Sorry for the less descriptive question. I am new to python and anaconda , so I don't know how to work with them.

Follow the hint from the error message. Consider using the '--user' option.

pip install django --user

使用conda install <package-name>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM