I have some issues about selecting python interpreter... I select my python.exe but doesnt work I m getting crazy I did everything searching on the net but anything can do.
Asked
Active
Viewed 578 times
0
-
What error does it show? – Andi Domi Feb 06 '21 at 20:36
-
@AndiDomi doesnt anything select but doenst change on vs code – Feb 06 '21 at 20:39
-
for me the python path is just `python` Like: `"python.defaultInterpreterPath": "python"` – Andi Domi Feb 06 '21 at 20:44
-
I try too now but isnt work yet – Feb 06 '21 at 20:53
-
what does the status line tell you – rioV8 Feb 06 '21 at 23:58
-
The directories about Python added to **PATH** should be two: `/.../python39; /.../python39/Scripts/`. After setting the path, reload the window and re-select python interpreter to have a try. Also, `"python.defaultInterpreterPath"` should be specified to python.exe. – Molly Wang-MSFT Feb 08 '21 at 02:52
-
Does this answer your question? [How do you get Visual Studio Code to use different Python interpreter?](https://stackoverflow.com/questions/58470563/how-do-you-get-visual-studio-code-to-use-different-python-interpreter) – Gino Mempin Jan 08 '22 at 02:27