📝 Edit page
➕ Add page
pipx
Install and Run Python Applications in Isolated Environments
Topics
Pages
Content
Key links
- 🏠 Homepage: https://pipx.pypa.io/stable/
- 📗 Docs: https://pipx.pypa.io/stable/docs/
- 👨💻 Repo:
What is it?
It is a package manager for installing Python apps that you can run directly (so not just libraries to use in your code). It uses pip
internally. Its advantage is that it creates an isolated environment for you.