If you're new to working with Python environments, you can learn more at Virtual Environments and Packages () and Installing Python Modules (). While this article provides some information about Python environments and their concepts, it is primarily for understanding how to work with them within VS Code. Environment variables and environment variable definitions files (.env).Where the Python extension looks for environments.How to work with Environments and Terminal windows.How to select and activate a virtual environment.How to create a virtual or conda environment.After you finish this article, you'll have a good understanding of: An 'environment' in Python is the context in which a Python program runs and consists of an interpreter and any number of installed packages. This article discusses the helpful features provided by the VS Code Python extension for working with Python environments. Configure IntelliSense for cross-compilingĮdit Using Python environments in VS Code.