In visual studio code how do I run the same python conda environment in a different folder, assuuming this possible?
CodePudding user response:
Ctrl Shift P ==> Python:Select Interpreter
Select the interpreter for the working environment. The lower right corner of VSCODE will display the interpreter version of the current selection.
You can choose to use the Conda environment interpreter in different working areas.
You can also add the following settings to setin
"python.defaultInterpreterPath": "path/to/python.exe",