remove duplicate Python environments sharing the same base

40 Views Asked by At

I've observed multiple Python environments currently running, all utilizing a common base, as illustrated by the accompanying Python environment manager image. What would be the most effective approach to eliminating these duplicate environments?

Environment Images

1

There are 1 best solutions below

0
JialeDu On

The page you show is not the page brought up by the official extension Python, if you use Ctrl+Shift+P --> Python: Select Interpreter to open the Select Interpreter page this should show all the pyhton environments properly.

The page you show is provided by the Python Environment Manager extension, uninstalling and reinstalling might solve the problem.