-
-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
Official documentation explains how to install PyInfra using uv or pip.
This is great, but I feel like an alternative solution should be packages like deb for Debian derivatives or rpm for CentOS/Fedora derivatives.
This would help with deploying PyInfra in environments where packages are preferred due to cross-language consistency, as pip is Python only, whereas deb/rpm provide a consistent interface to install and list installed software regardless of the language.
There are a lot of sources on how to do this with Python code, including:
- FPM https://fpm.readthedocs.io/en/latest/packages/virtualenv.html (both deb and rpm)
- dh_virtualenv https://dh-virtualenv.readthedocs.io/en/1.2.1/ (deb specific)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels