PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 21st of May, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:14:39] <sumanah> !logs
[01:14:39] <pmxbot> http://kafka.dcpython.org/channel/pypa
[09:58:35] <mainnet> Hey! How do I get out of a virtualenv without deactivating the environment?
[10:22:50] <toad_polo> mainnet: What does that mean?
[10:23:33] <toad_polo> To me "get out of a virtualenv" is the same thing as deactivating it...
[10:58:13] <mainnet> toad_polo, got it thanks
[11:02:58] <mainnet> and also how do we list all the activated venv's btw? and how do we delete a venv?
[11:03:13] <mainnet> just rm -rf the directory?
[11:03:20] <toad_polo> Yes
[11:03:36] <toad_polo> Only one virtual env is active at a time.
[11:03:56] <toad_polo> By default it changes your PS1 to indicate which one is active.
[11:04:09] <toad_polo> I think it's an environment variable.
[11:05:33] <toad_polo> There's virtualenvwrapper that has some convenience methods for storing and managing virtual envs.
[11:55:22] <mgedmin> is it just me or are avatar images of maintainers broken for everyone (e.g. on https://pypi.org/project/Cython/)?
[12:40:33] <toad_polo> mgedmin: I'm not seeing any of those render. Maybe a problem with gravatar?
[12:44:59] <mgedmin> gravatar itself seems to be up
[12:45:25] <mgedmin> the broken images have URLs that start with https://warehouse-camo.cmh1.psfhosted.org/, and these fail with a 504 gateway timeout
[12:46:20] <mgedmin> https://github.com/pypa/warehouse/issues/5582
[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?
[22:32:08] <Beam_Inn__> by default