赞
踩
适用于服务器无法连接外网的环境下,
conda create -n env_name --offlineconda install --offline /path_to_pkgs
执行
conda clean --all