How can I install a conda environment when offline?

后端 未结 10 1795
-上瘾入骨i
-上瘾入骨i 2020-12-07 20:32

I would like to create a conda environment on a machine that has no network connection. What I\'ve done so far is:

On a machine that is connected to the internet:

10条回答
  •  轮回少年
    2020-12-07 21:00

    You could try cloning root which is the base env.

    conda create -n yourenvname --clone root

提交回复
热议问题