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.35.4-2.fc44 | - |
| Fedora 43 | 20.35.4-2.fc43 | 20.34.0-3.fc43 |
| Fedora 42 | 20.29.1-1.fc42 | - |
| Fedora 41 | 20.21.1-25.fc41 | 20.21.1-25.fc41 |
| Fedora EPEL 9 | 20.21.1-15.el9 | - |
| Fedora EPEL 10.2 | 20.31.2-2.el10_1 | - |
| Fedora EPEL 10.1 | 20.31.2-2.el10_1 | - |
| Fedora EPEL 10.0 | 20.31.2-2.el10_0 | - |
You can contact the maintainers of this package via email at
python-virtualenv dash maintainers at fedoraproject dot org.