在主目录上的空间非常有限的群集上工作,因此我想将主目录中的〜/ .conda / pkgs文件夹的默认设置设置为另一个软件包,而我似乎无法弄清楚如何做这个。
我尝试将.condarc文件与pkg_dirs一起使用:
channels:
- conda-forge
- bioconda
- defaults
pkg_dirs: my/new/folder
Ideally this would make the creation and installation of the .conda folder in the new path not my home directory
答案 0 :(得分:2)
这篇文章的目的是明确的:并且会在此处将答案发布给尝试使用Google的任何人
anaconda .conda foler move from /home/usrxy to some other location
解决方案有两个:
使您在家中的.conda文件夹不再可写
通过以下任一方法将pkg_dirs正确添加到.condarc文件中 conda config --add pkgs_dirs / PATH / TO / FOLDER
或直接使用正确的语法编辑.condarc
pkgs_dirs:
- /PATH/TO/FOLDER