pipx icon
pipx icon

pipx

pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt.

pipx screenshot 1

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Python
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Python-based
  3.  Package Manager

 Tags

pipx News & Activities

Highlights All activities

Recent activities

  • Crates.io icon
    POX added pipx as alternative to Crates.io
  • Rust Cargo icon
    POX added pipx as alternative to Rust Cargo
  • pyenv icon
    K0RR added pipx as alternative to pyenv
  • RKitSeal liked pipx
  • UV icon
    K0RR added pipx as alternative to UV
  • kitsunta1l liked pipx
Show all activities

pipx information

  • Developed by

    Python Packaging Authority
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  12,345 Stars
  •  505 Forks
  •  165 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
pipx was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is pipx?

pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt.

It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications.

How is it Different from pip?

pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an isolated environment for each application and its associated packages.

pipx does not ship with pip, but installing it is often an important part of bootstrapping your system.

Official Links