728x90

https://www.lesstif.com/python/python-application-pipx-125305001.html

 

python application์„ ์„ค์น˜/๊ด€๋ฆฌํ•ด์ฃผ๋Š” pipx

python ์ด ์•„๋‹Œ library ๋ฅผ pipx ๋กœ ์„ค์น˜ํ•  ๊ฒฝ์šฐ ์•„๋ž˜์™€ ๊ฐ™์ด pipx ๋Œ€์‹  pip ๋‚˜ ๋‹ค๋ฅธ ๋„๊ตฌ๋ฅผ ์‚ฌ์šฉํ•˜๋ผ๋Š” ์—๋Ÿฌ ๋ฉ”์‹œ์ง€๊ฐ€ ๋‚˜์˜ค๋ฉฐ ์ด๋•Œ๋Š” pip ๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค. No apps associated with package fastapi or its dependencie

www.lesstif.com

 

https://pypa.github.io/pipx/

 

pipx

pipx โ€” Install and Run Python Applications in Isolated Environments Documentation: https://pypa.github.io/pipx/ Source Code: https://github.com/pypa/pipx For comparison to other tools including pipsi, see Comparison to Other Tools. Install pipx On macOS

pypa.github.io

 

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

 

๋ฐ˜์‘ํ˜•
๋‹คํ–ˆ๋‹ค