You can create a clone of the base environment using
conda create --name dell_proj --clone base
. This will create a new environment that is a copy of your base environment.
If you created the new environment using something like conda create --name dell_proj
, it will not inherit packages from the base environment. You would have to install the packages you want using conda install
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…