在VS Code使用Anaconda

  1. VS Code安装官方Python插件
  2. 使用VS Code打开工作目录
  3. ctrl+shift+P打开命令,选择Python: Select Interpreter,选择要打开的Anaconda环境

如果报错CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘.
可以尝试以下步骤

  1. 将conda添加到环境变量
  2. 输入conda init powershell
  3. 在Anaconda Prompt中退出base环境

你可能感兴趣的:(程序安装及环境配置,python)