美文网首页
NotWritableError: The current us

NotWritableError: The current us

作者: 我的章鱼小丸子呢 | 来源:发表于2020-09-21 11:03 被阅读0次

背景:

ubuntu18.04
conda新建环境出错

报错信息:

NotWritableError: The current user does not have write permissions to a required path.
  path: /home/changquan/.conda/envs/.conda_envs_dir_test
  uid: 1000
  gid: 1000

If you feel that permissions on this path are set incorrectly, you can manually
change them by executing

  $ sudo chown 1000:1000 /home/changquan/.conda/envs/.conda_envs_dir_test

In general, it's not advisable to use 'sudo conda'.

报错原因:

文件夹权限问题

解决方案:

改变文件夹权限

sudo chown -R nku08 /home/nku08/.conda

相关文章

网友评论

      本文标题:NotWritableError: The current us

      本文链接:https://www.haomeiwen.com/subject/xdqvyktx.html