How does one fix the issue of not writable paths with conda?

前端 未结 5 1173
梦谈多话
梦谈多话 2021-02-05 15:33

Why do I see the following error when using conda (usually when installing packages or making new envs) and how do I fix it:

Verifying transaction: | WARNING cond         


        
5条回答
  •  忘了有多久
    2021-02-05 16:07

    To add user write permission to a directory recursively:

    chmod -R u+w /Users/brandomiranda/.conda
    

提交回复
热议问题