How does one fix the issue of not writable paths with conda?
As an alternative solution, I changed the owner of ~/.conda to myself: sudo chown -R $USER ~/.conda I think the root cause of the problem (at least in my case) was that ~/.conda was owned by root for some reason. Other solutions suggest making its access more permissive (open writing to the group or even … Read more