all.
My default, Windows Python interpreter is installed in C:Program Files. Because of various constraints, I can’t change this location.
When I try running python in Visual Studio Code using the integrated terminal, it throws an error like the following:
c:Program: The term ‘c:Program’ is not recognized as the name of a cmdlet…
I assume the space in the path is the issue.
Would be very appreciative if someone has found a workaround.