如何激活虚拟环境/ VSCode conda激活给CommandNotFoundError的环境

时间:2020-05-09 09:24:34

标签: python visual-studio-code conda

当我在VSCode中使用新终端在Anaconda中激活虚拟环境时:

PS D:\vscodework> conda activate base

它给出以下错误:

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'.

我已经尝试过以下命令:

conda init powershell

它提供以下信息:

no change     D:\Anaconda3\Scripts\conda.exe
no change     D:\Anaconda3\Scripts\conda-env.exe
no change     D:\Anaconda3\Scripts\conda-script.py
no change     D:\Anaconda3\Scripts\conda-env-script.py
no change     D:\Anaconda3\condabin\conda.bat
no change     D:\Anaconda3\Library\bin\conda.bat
no change     D:\Anaconda3\condabin\_conda_activate.bat
no change     D:\Anaconda3\condabin\rename_tmp.bat
no change     D:\Anaconda3\condabin\conda_auto_activate.bat
no change     D:\Anaconda3\condabin\conda_hook.bat
no change     D:\Anaconda3\Scripts\activate.bat
no change     D:\Anaconda3\condabin\activate.bat
no change     D:\Anaconda3\condabin\deactivate.bat
no change     D:\Anaconda3\Scripts\activate
no change     D:\Anaconda3\Scripts\deactivate
no change     D:\Anaconda3\etc\profile.d\conda.sh
no change     D:\Anaconda3\etc\fish\conf.d\conda.fish
no change     D:\Anaconda3\shell\condabin\Conda.psm1
no change     D:\Anaconda3\shell\condabin\conda-hook.ps1
no change     D:\Anaconda3\Lib\site-packages\xontrib\conda.xsh
no change     D:\Anaconda3\etc\profile.d\conda.csh
no change     C:\Users\ǧ\Documents\WindowsPowerShell\profile.ps1
No action taken.

0 个答案:

没有答案