728x90
https://www.lesstif.com/python/python-application-pipx-125305001.html
Install pipx
On macOS
brew install pipx
pipx ensurepath
Upgrade pipx with brew update && brew upgrade pipx.
On Linux, install via pip (requires pip 19.0 or later)
python3 -m pip install --user pipx
python3 -m pipx ensurepath
Upgrade pipx with python3 -m pip install --user --upgrade pipx.
On Windows, install via pip (requires pip 19.0 or later)
# If you installed python using the app-store, replace `python` with `python3` in the next line.
python -m pip install --user pipx
๋ฐ์ํ
'๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Python] Command Line Flags (0) | 2023.12.26 |
---|---|
[Pytest] ERROR: file or directory not found (0) | 2023.12.13 |
[mandelbrot set] ๋ง๋ธ๋ธ๋ก ์งํฉ (0) | 2023.11.19 |
[Version] 3.12 rc (Release Candidates) (2) - kwargs, override (0) | 2023.10.26 |
[Version] 3.12 rc (Release Candidates) (1) - f-string (0) | 2023.10.18 |