简体   繁体   中英

Unable to update conda in Pycharm

I am trying to update conda in Pycharm through commands, but I get this error.

EnvironmentNotWritableError: The current user does not have write permissions to the target 
environment.

environment location: /opt/miniconda3
uid: 1000
gid: 1000

I checked ownership of the folder and confirmed that user was the owner, rather than root. How do I fix this error?

Note, I am on Linux.

try running in terminal:

sudo chown -R $USER:$USER /opt/miniconda3

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