DEV Community

Discussion on: PyCharm vs Visual Studio Code to boost Productivity?

 
shanalikhan profile image
Shan Khan

Using the Select Python Interpreter command doesn't do a good job at finding them.

I just found setting python.venvPath to your virual env. will allow Interpretor to list them in Code.

For example :

"python.venvPath": "~/python-virtual-environments/"