A virtual environment is a way to have multiple, parallel instances of the Python interpreter. Virtualenv is not part of Python’s standard library. Python has native tooling for virtual environments that makes the whole process quite simple. A Python 3.9.9 virtual environment will consume up to 25 MB of disk space.
Table of contents
What are Python virtual environments?Virtual environments in modern PythonVirtual environments in Python 2Using virtual environments with Jupyter notebooksUpgrading virtual environmentsSort: