可以通过配置auto_activate_base关闭自动进入conda基础环境:
conda config --set auto_activate_base false
如要开启,将其设为true就可以了:
conda config --set auto_activate_base true

另:
可通过conda config -h查看帮助信息,通过conda config --show查看全部配置。

 
 

相关文章:

  • 2022-01-12
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-02-18
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2021-11-12
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案