Replies: 1 comment 2 replies
-
|
Hello- sorry for the delay! Are you still experiencing this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im using Git Bash as my VS Code terminal, and pressing the run code button on a python script will run C:\Python\Python312\python.exe "path/to/file.py"
and I get:
bash: C:PythonPython312python.exe: command not found
I replaced the backward slashes in my "python.defaultInterpreterPath": "c:/Python/Python312/python.exe", but it still seems to use non-escaped backward slashes...
I found similar issues, however one was closed as an unvoted for feature request (But this is more than a feature request, I can't use the run button without it), and the other talked about using "python.defaultInterpreterPath" as a fix, but it doesn't seem to work...
Beta Was this translation helpful? Give feedback.
All reactions