conda --init 问题

 初始化编译软件出现下面问题,vscode + Windows

**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.9.45
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
 
D:\VS2017>conda activate torch
 
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.
 
To initialize your shell, run
 
    $ conda init 
 
Currently supported shells are:
  - bash
  - cmd.exe
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell
 
See 'conda init --help' for more information and options.
 
IMPORTANT: You may need to close and restart your shell after running 'conda init'.

解决方法:VSCode激活conda虚拟环境_丸子爱学习!的博客-CSDN博客

你可能感兴趣的:(vscode,数学建模,ide)