Replies: 1 comment 2 replies
-
"pipx install --system-site-packages" should be what you want. For more information, please refer to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed a package that had
lxml
as it's dependency. In my OS (ubuntu) I had installed python3-lxml , and it was the version that satisfied the requirement of the package I wanted to install via pipx . But pipx still installed lxml in the program's venv, ignoring global python librarylxml
. Why did it happen, and how to prevent it?Beta Was this translation helpful? Give feedback.
All reactions