On Wed, 3 Jan 2018 17:02:14 +0100 Kjell Braden wrote:>
Also note that the virtualenv detection fails on python3 venv, breaking
> the --system-site-packages option.
Disregard that, this can be worked around by invoking "python3 -m pip"
instead of "pip3", and is a different issue.
On Mon, 18 Sep 2017 21:21:31 -0400 Peter Amstutz
wrote:
> When running "pip install --system" as a non-root user, the change in
> set_user_default.patch forces the --ignore-installed flag to be enabled.
>
> This has the effect of breaking pip for use cases that install packages as
> non-
> root
I left out the --system flag in my example.
Just to be clear:
pkg_A (requires pkg_B==1.0)
pkg_C (requires pkg_B>=1.0)
$ pip install --system pkg_A # installs pkg_B==1.0
$ pip install --system pkg_C # ignores pkg_B==1.0, installs pkg_B==2.0
$ pkg_A
pkg_resources.ContextualVersionConflict: (pkg_
Source: python-pip
Version: 9.0.1-2
Severity: normal
Dear Maintainer,
When running "pip install --system" as a non-root user, the change in
set_user_default.patch forces the --ignore-installed flag to be enabled.
This has the effect of breaking pip for use cases that install packages as non-
roo
4 matches
Mail list logo