-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
On Windows 11, when I run the command "Python: Run Python Environment Tool (PET) in Terminal...", select "Resolve Environment", and give it a path, it runs a pwsh terminal and emits the following error:
PS C:\Users\raymondzhao\work\endgame\testworkspace3> "c:\Users\raymondzhao\.vscode-insiders\extensions\ms-python.vscode-python-envs-1.11.13081015-win32-x64\python-env-tools\bin\pet.exe" resolve "C:\Users\raymondzhao\work\endgame\testworkspace3\.venv-1\Scripts"
ParserError:
Line |
1 | … 1.11.13081015-win32-x64\python-env-tools\bin\pet.exe" resolve "C:\Use …
| ~~~~~~~
| Unexpected token 'resolve' in expression or statement.
The same error occurs when I add \python.exe to the end of that absolute path.