You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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