skip to Main Content

NOTE: this, this, and this do NOT answer my question.

I recently(ish) downloaded Python v3.12 onto my laptop (Windows OS). I want to get this version of Python onto VS Code too.
Current Python version:
current Python version

I clicked on the version of Python that VS is currently using, and typed in Python: select interpreter. I clicked on it, but the only versions of Python are what’s below:
Python interpreter versions

2

Answers


  1. Have you tried entering the path? It needs to point to the pythonw.exe and not the python.exe

    Login or Signup to reply.
  2. Select Enter interpreter path... and paste your python.exe absolute path.

    enter image description here

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search