pipx
Install and run python applications in isolated environments.
- Run an app in a temporary virtual environment:
pipx run {pycowsay} {moo}
- Install a package in a virtual environment and add entry points to path:
pipx install {package}
pipx list
- Run an app in a temporary virtual environment with a package name different from the executable:
pipx run --spec {httpx-cli} {httpx} {http://www.github.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).