How to install pip package

Pipx

如果你用 Homebrew / Python >= 3.11 / pip >= 23.0,在全局安裝 PIP 包,會遇到如下錯誤:

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

可以用 PIPX 實現全局安裝並且對環境依賴無污染

Source via: https://note.bgzo.cc/how-to/install-pip-package-global

posted @ 2025-08-02 19:43  菜就多練練  阅读(22)  评论(0)    收藏  举报