#Python #VSCode
Setting up a python virtual environment in VS Code can be tricky, especially selecting the python interpreter appropriate for your virtual environment.
Documentation:
Using Python Environments in VS Code: https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments
venv -- Creation of virtual environments: https://docs.python.org/3/library/venv.html
pythonvirtual environmentvs code
0 Comments