是否可以在指定目录中下载并安装conda软件包而不在该目录中创建conda环境?
答案 0 :(得分:0)
如果只想下载软件包,则可以将环境变量设置为指定的目录,并使用--download-only开关
set CONDA_PKGS_DIRS=C:\temp
conda install zlib --download-only
dir c:\temp\
Volume in drive C is Windows
Volume Serial Number is DC83-883D
Directory of c:\temp
...
07/13/2020 08:16 PM <DIR> zlib-1.2.11-h2fa13f4_1006
07/13/2020 08:16 PM 241,593 zlib-1.2.11-h2fa13f4_1006.tar.bz2