aliases:
- pip
- Python pip
tags:
- Type/Tech/Language/Python
- area/tech/dev/python
publish: true
version: 1
dateCreated: 2024-02-26, 11:07
dateModified: 2024-02-28, 14:48
from:
- "[[Python Dependencies, Packages, Libraries, Modules, & Structure]]"
related:
contra:
to:
url:: pipx |
---|
pypa/pipx: Install and Run Python Applications in Isolated Environments
Managing Python Global Packages | Tanzu Developer Center
The best and recommended way to install global python packages - it automatically installs them in some kind of isolated and virtual environment-esque way but usable at the global level - doesn't ever conflict with system python, etc.
brew install pipx
pipx ensurepath
pipx install glances
You can also run a package without installing:
pipx run pycowsay mooooooo