1 Repo
Utilities that execute packages in temporary environments without permanent installation.
Distinct from Python: Distinct from general Python installation by focusing on the temporary execution lifecycle rather than persistent setup.
Explore 1 awesome GitHub repository matching development tools & productivity · Ephemeral Runners. Refine with filters or upvote what's useful.
Pipx is a system for installing, running, and managing isolated Python applications and their corresponding virtual environments. It functions as an application installer for Python command line tools, a manager for listing and upgrading those tools, and a runner for executing packages in temporary environments. The tool ensures that every installed package resides in its own dedicated virtual environment to prevent dependency conflicts. It automatically adds the binaries of installed applications to the system path and enables the execution of tools within ephemeral environments that are del
Functions as a runner for executing Python packages in temporary environments that are deleted after execution.