我希望运行一个简单的shell脚本来简化对conda环境的管理。通过condaactivate在linux os中激活conda环境在shell中运行良好,但在shell脚本中却是有问题的。有人能告诉我为什么会发生这种事吗?: base
# activate new env to prove that it wor
我想通过使用conda env export > xxx.yml导出conda环境,但它不起作用。我的conda环境是通过指定--prefix来创建的,它将其命名为"E:/Envs/DRF".To导出它,我使用condaactivate E:/Envs/DRF make it activated.And,然后使用conda env
我尝试在Visual studio代码中使用Anaconda环境,并且我选择了conda环境作为解释器。 ?但是当我点击"Run Python File in Terminal“时,命令"condaactivate base”会首先运行。PS C:path\to\workspace> condaactivate base
conda : The ter