pipx
brew install pipx
v1.14.1
MIT
Install and run Python CLI tools in isolated virtual environments without polluting your system Python.
Why you might care
pipx solves the problem of installing Python command-line tools globally—it creates a separate venv for each tool so dependencies never conflict. Unlike pip install --user or conda, pipx guarantees tool isolation while keeping binaries on your PATH. Essential if you use many Python CLI tools (black, pytest, poetry, httpie, etc.) and want them sandboxed.
68.3k
30-day installs · #78
196.0k
90-day · #103
467.7k
365-day · #157
Runtime dependencies
Links
- https://pipx.pypa.io
- Brew formula source: Formula/p/pipx.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"pip",
"conda",
"uv"
],
"build_dependencies": [],
"categories": [
"package-manager",
"python"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"python@3.14"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Execute binaries from Python packages in isolated environments",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:38+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "pipx",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://pipx.pypa.io",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "pipx",
"installs_30d": 68274,
"installs_365d": 467726,
"installs_90d": 196027,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:42:34+00:00",
"llm_model": "claude-haiku-4-5",
"name": "pipx",
"oldnames": [],
"one_liner": "Install and run Python CLI tools in isolated virtual environments without polluting your system Python.",
"optional_dependencies": [],
"rank_30d": 78,
"rank_365d": 157,
"rank_90d": 103,
"raw_hash": "59d422a80d70c7f5",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/p/pipx.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.14.1",
"versioned_formulae": [],
"why_use_this": "pipx solves the problem of installing Python command-line tools globally\u2014it creates a separate venv for each tool so dependencies never conflict. Unlike pip install --user or conda, pipx guarantees tool isolation while keeping binaries on your PATH. Essential if you use many Python CLI tools (black, pytest, poetry, httpie, etc.) and want them sandboxed."
}