CodeBrowser / python-package / virtualenv
virtualenv==21.6.1
# Virtual Python Environment builder
$ pip install virtualenv
downloads/wk
0
license
version
21.6.1
python
>=3.9
What is virtualenv?
virtualenv creates isolated Python environments on a single machine, allowing you to install different packages and versions for separate projects without conflicts. Developers use it to keep project dependencies separate and reproducible across different work contexts.
Keywords
#environments #isolated #virtual