我们正在使用集中式conda安装。 Continuum文档说:
.condarc文件也可能位于根环境中,在这种情况下,它会覆盖主目录中的任何文件。
也许我不理解什么" root环境"手段。我在conda安装目录的顶层放了一个organizationLocator.filter(function (elem, index) {
return elem.getText().then(function (text) {
return text.indexOf('ImageResizingOrg') > -1;
});
}).first().click();
。但是,无论何时我运行任何conda操作(包括.condarc
),它都会覆盖根环境中的那个并在我的主目录中创建一个。
答案 0 :(得分:0)
在debian下使用最新版本的conda我会复制配置文件
root@e42dc1ece1e3:/home/jonb4# ls -la /opt/conda/
total 24
drwxr-xr-x 11 root root 155 Sep 28 11:53 .
drwxr-xr-x 3 root root 19 Jun 4 08:23 ..
-rw-r--r-- 1 root root 1058 Sep 28 11:53 .condarc
-rw-rw-r-- 1 root root 3699 May 12 20:59 LICENSE.txt
drwxr-xr-x 2 root root 4096 Jun 4 08:24 bin
drwxr-xr-x 2 root root 4096 Jun 4 08:24 conda-meta
drwxr-xr-x 2 root root 6 Jun 4 08:24 envs
drwxr-xr-x 3 root root 18 Jun 4 08:24 etc
drwxr-xr-x 5 root root 314 Jun 4 08:24 include
drwxr-xr-x 8 root root 4096 Jun 4 08:24 lib
drwxr-xr-x 28 root root 4096 Jun 4 08:24 pkgs
drwxr-xr-x 4 root root 29 Jun 4 08:24 share
drwxr-xr-x 3 root root 71 Jun 4 08:24 ssl
然后作为用户,我的正确配置设置被读取没有问题。