Tool to create isolated Python environments
virtualenv is a tool to create isolated Python environments. A subset of it has been integrated into the Python standard library under the venv module. The venv module does not offer all features of this library, to name just a few more prominent: - is slower (by not having the app-data seed method), - is not as extendable, - cannot create virtual environments for arbitrarily installed Python versions (and automatically discover these), - does not have as rich programmatic API (describe virtual environments without creating them).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 20.26.6-1.fc42 | - |
Fedora 41 | 20.21.1-25.fc41 | - |
Fedora 40 | 20.21.1-25.fc40 | - |
Fedora 39 | 20.21.1-25.fc39 | - |
Fedora EPEL 9 | 20.21.1-7.el9 | - |
Fedora EPEL 10.0 | 20.26.6-1.el10_0 | - |
You can contact the maintainers of this package via email at
python-virtualenv dash maintainers at fedoraproject dot org
.