-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Recommend using pipx
for installation (PEP 668)
#443
Comments
Dear Brian, apologies for the late reply, and thanks for your report. Indeed, I only recently became aware that newer distributions of Linux rightfully deny This procedure succeeded until Debian Bullseye, but fails with Bookworm. docker run --rm -it debian:bullseye bash
docker run --rm -it debian:bookworm bash apt-get update
apt-get install --yes python3-pip
pip install crash With kind regards, /cc @surister, @simonprickett, @kneth Error
|
OTIf someone reading this, by chance, needs to override this on a system, CI or otherwise ephemeral configuration, or even persistently (don't!), those are two variants, applicable for both the Disable
|
Solution: Using
|
pipx
for installation
pipx
for installationpipx
for installation (PEP 668)
Solution: Using
|
Hi again. GH-451 implements a minimal update to relevant documentation sections, thanks. Feel free to submit any kinds of fixes yourself, we appreciate improvements of any size and matter. 🙏 |
Documentation feedback
When installing as a python package, should we not recommend using pipx instead of pip to avoid dependency conflicts?
The text was updated successfully, but these errors were encountered: