pipx
Package — PackagingPython 3.7+Intermediate
Install CLI tools in isolated environments
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- argcomplete, packaging, platformdirs, userpath
- Install
pip install pipx # or: python -m pip install --user pipx
Learn by Difficulty
Quick Example
python
# Install: pip install pipx # or: python -m pip install --user pipx import pipx # Basic pipx usage print(f"Using pipx") # See documentation for detailed examples
pipx is a third-party package. Install CLI tools in isolated environments. Install with: pip install pipx # or: python -m pip install --user pipx
Try in PlaygroundTags
packagepackagingdistributionbuild