Updating Anaconda fails: Environment Not Writable Error

前端 未结 14 2028
萌比男神i
萌比男神i 2020-12-23 19:54

I\'m trying to update Anaconda and its packages using conda update --name root conda, but it fails every time.

Error message : Environme

14条回答
  •  伪装坚强ぢ
    2020-12-23 20:11

    In my case somehow CONDA_ENVS_PATH was removed, so I was having NotWritableError. So I fixed the error by specifying

    CONDA_ENVS_PATH=~/my-envs:/opt/anaconda/envs
    

    in the .bashrc file

提交回复
热议问题