[11:16:30] <dmerejkowsky> looks like they are aware now
[11:41:20] <graingert> dmerejkowsky: who are they?
[11:43:07] <graingert> status.python.org not updated yet
[11:50:29] <yoctozepto> hey folks, pypi index also down
[11:51:31] <yoctozepto> it looks like it made our pip calls to try download latest versions for packages instead of pinning to py2-compatible (yeah, I know, but we are supporting previous openstack releases)
[12:21:07] <cdunklau> yoctozepto: the powers that be are on it
[17:14:24] <omegak> Hi there, I'm having some weird behavior when installing a package with `pip install -e`. Within an activated virtualenv, `python --version` returns `2.7.17` and `which python` `.../.venv/bin/python`. Still, the script generated in `.venv/bin` contains `#!/usr/local/bin/python3` as shebang. Any idea what may be causing this? Worth mentioning, this only happens when run from within a Makefile.
[17:50:38] <sumanah> hi techalchemy - how's it going?
[17:55:52] <pradyunsg> omegak: hi! A few follow up questions: What version of virtualenv was used to create that environment? Or was it created with venv? Also, which package is this? Is the package's setup.py publicly available?
[17:59:56] <omegak> hi @pradyunsg! The venv is created with pipenv and the setup.py is this: https://github.com/indico/indico/blob/master/setup.py#L91