Report an error variable 'Path' seems to have some paths containing the' "'

VScode always prompts me for this, but I really can"t find the path with quotation marks!

The environment variable "Path" seems to have some paths containing the """ character. The existence of such a character is known to have caused the Python extension to not load. If the extension fails to load please modify your paths to remove this """ character.

The environment variable

although PY programs can run, there is always this:

D:\test>cd d:\test && cmd /C "set "PYTHONIOENCODING=UTF-8" && set "PYTHONUNBUFFERED=1" && python c:\Users\haozi\.vscode\extensions\ms-python.python-2018.10.1\pythonFiles\experimental\ptvsd_launcher.py --client --host localhost --port 53440 c:\Users\haozi\Desktop\Untitled-1.py "

ask the boss for help!


enter

on the command line
C:\> echo %PATH%

C:\> set

see if there are quotation marks in the output

Menu