[12:47:03] <mgedmin> https://status.python.org/ is all green, which is maybe a lie?
[13:51:57] <wibek1> How can I install a package listed in requirements.txt from a local link and at the same time some other packages from PyPi? I've tried to add "--no-index" and "--find-links" but then packages fromPyPi are not found.
[14:01:25] <mgedmin> forget --no-index, keep the --find-links
[14:10:22] <wibek> How can I install a package listed in requirements.txt from a local link and at the same time some other packages from PyPi? I've tried to add "--no-index" and "--find-links" but then packages fromPyPi are not found.
[15:04:49] <wibek> If I remove "--no-index" from requirements.txt pip finds the PyPi package and my local package. But what if my local package has a conflicting name with one on PyPi?
[15:11:08] <mgedmin> pip will pick the one with the higher version number
[22:32:05] <Beam_Inn__> anyone know how to change where pip installs packages to?