Changing python interpreter

20 hours ago 2
ARTICLE AD BOX

I am trying out pop_os and I installed a python package to the version of python on the left (3.12.3 in my main terminal). On the right I have a terminal open in VS Code which is using a different interpreter (which as shown is running python 3.13.11). I would really like to switch from the interpreter on the right to the interpreter on the left in VS Code.

Main issue

However, when I try,

(first clicking the python 3.13.11 button)

Where I clicked the button)

and then pasting in the path shown in the screenshot on the left

Entering Interpreter Path

Then after I hit enter nothing changes and if I open a new terminal I will get

Picture of it not working

The same thing happens if I try on the old terminal. Is there any way to get the environment on the left into VS Code? I suspect I must be doing something wrong, but am not sure.

Read Entire Article