Re: Strategies for avoiding having to use --break-system-packages with pip

Liste des GroupesRevenir à cl python 
Sujet : Re: Strategies for avoiding having to use --break-system-packages with pip
De : c.buhtz (at) *nospam* posteo.jp
Groupes : comp.lang.python
Date : 14. Jan 2025, 17:09:16
Autres entêtes
Message-ID : <mailman.75.1736871344.2912.python-list@python.org>
References : 1 2
Hello Chris,
I do have similar "problems" and still try to get used to the "new way".
Other might correct me. I am not sure yet.
To my current understanding the way to go is to install Python applications via "pipx". That make the application available in your system but also isolate it in its own virtual environment. Of course you should prefer to install applications from your GNU/Linux distros official repository if available.
If you install a Python package (library, not an application) you should create your own Python environment via venv for example. Pipx is not intended to install Python packages that are not applications.
Regrads,
Christian

Date Sujet#  Auteur
14 Jan 25 * Strategies for avoiding having to use --break-system-packages with pip8Chris Green
14 Jan 25 +- Re: Strategies for avoiding having to use --break-system-packages with pip1Stefan Ram
14 Jan 25 +- Re: Strategies for avoiding having to use --break-system-packages with pip1Mats Wichmann
14 Jan 25 +- Re: Strategies for avoiding having to use --break-system-packages with pip1c.buhtz
14 Jan 25 +- Re: Strategies for avoiding having to use --break-system-packages with pip1Thomas Passin
14 Jan 25 +- Re: Strategies for avoiding having to use --break-system-packages with pip1Left Right
18 Jan 25 `* Re: Strategies for avoiding having to use --break-system-packages with pip2Peter J. Holzer
18 Jan 25  `- Re: Strategies for avoiding having to use --break-system-packages with pip1Chris Green

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal