VSCode conda activate base giving CommandNotFoundError

后端 未结 4 1498
庸人自扰
庸人自扰 2021-02-09 01:17

I have Anaconda and Visual Studio Code installed on my computer. My default terminal for VS Code is Git Bash. When I open a new terminal in VSCode, it immediately runs the follo

4条回答
  •  春和景丽
    2021-02-09 01:38

    I solved this issue by using Powershell. Start the Powershell as Administrator and then type

    set-ExecutionPolicy RemoteSigned
    

    Say yes if it asks a confirmation. Now, VSCode debugger option can be used with Python.

提交回复
热议问题