Description
invenv is a tool to run your Python scripts in an automatically created virtual environment with installed dependencies. It tries to simplify running Python scripts (or even applications!) by taking from you the burden of creating and maintaining virtual environments.
Installation Instructions
Multiple installation methods are described here: https://github.com/jsnjack/invenv?tab=readme-ov-file#installation
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | x86_64 (0)* | Centos-stream 8 (44 downloads) |
Centos-stream 9 | x86_64 (0)* | Centos-stream 9 (40 downloads) |
EPEL 8 | x86_64 (5787)* | EPEL 8 (13982 downloads) |
EPEL 9 | x86_64 (17771)* | EPEL 9 (64750 downloads) |
Fedora 38 | x86_64 (0)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (27)* | Fedora 39 (45 downloads) |
Fedora 40 | x86_64 (8)* | Fedora 40 (26 downloads) |
Fedora 41 | x86_64 (2)* | Fedora 41 (1 downloads) |
Rhel 8 | x86_64 (0)* | Rhel 8 (22 downloads) |
Rhel 9 | x86_64 (0)* | Rhel 9 (28 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable surfly/invenv
More info about enabling Copr repositories