mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
pipx: add page (#4477)
This commit is contained in:
parent
04d1dcf838
commit
a3ce094b67
1 changed files with 20 additions and 0 deletions
20
pages/common/pipx.md
Normal file
20
pages/common/pipx.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# pipx
|
||||
|
||||
> Install and run python applications in isolated environments.
|
||||
> More information: <https://github.com/pipxproject/pipx>.
|
||||
|
||||
- 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}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`pipx list`
|
||||
|
||||
- Run an app in a temporary virtual environment with a pakage name different from the executable:
|
||||
|
||||
`pipx run --spec {{httpx-cli}} {{httpx}} {{http://www.github.com}}`
|
Loading…
Add table
Reference in a new issue