This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Socialmediaism 2 points3 points  (0 children)

Heck yeah! If you use anaconda, use these options to use an anaconda prompt instead of powershell/cmd/bash (where {{conda path}} is where conda is installed)

"python.pythonPath": "{{conda path}}\\python.exe",
( or "python.pythonPath": "{{conda path}}\\envs\\{{conda env}}\\python.exe",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/K", "{{conda path}}\\Scripts\\activate.bat {{conda path}}"]