pipx 1.7.1
Install and run Python applications in isolated environments
pipx
is a tool to help you install and run end-user applications written in Python. It's roughly similar to JavaScript's npx
, and Trisquel's apt
.
- Outputs:
out
- Website: https://pypa.github.io/pipx/
- Licenses: Expat
- Package source: gnu/packages/package-management.scm
- Builds: See build status
- Issues: See known issues
Installation
Install pipx 1.7.1
as follows:
guix install pipx@1.7.1
Or install the latest version:
guix install pipx
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.