[00:45:11] <steveoh> hello, with the recent changes to homebrew my virtualenv seems to be referencing an old location for python. Can anyone help me figure out how to fix this?
[00:45:34] <steveoh> trying to use virtualenv it outputs /usr/local/bin/virtualenv: bad interpreter
[00:46:25] <steveoh> i can't run virtualenv --version
[01:43:45] <sumanah> ericholscher: hey, I'd be interested in talking with you about https://github.com/pypa/warehouse/issues/582#issuecomment-365010567
[13:11:44] <sumanah> A friend of mine asked: " I'm really excited about the prospect of _easy_ python packaging. Is there somewhere I can follow all the activities in the area?"
[13:11:57] <sumanah> "I guess what I most want, actually, is a mostly up-to-date glimpse of the near future (or present if I'm willing to use or test tools in progress). It seems like there's a lot going on, and resources online are really varied in how accurately they reflect the reality in 2018. This is a tough resource to have and maintain though. :-("
[13:16:25] <toad_polo> Am I right in understanding that PEP 314 does not provide a Maintainer: and Maintainer-Email: metadata field?
[13:21:53] <sumanah> toad_polo: this is a little complicated - do you have 5 min?
[13:23:10] <toad_polo> Sure, but if it's complicated it might be better to get an account on BPO.
[13:23:17] <toad_polo> Since there might be back and forth.
[13:23:24] <toad_polo> I think I just sign into it via LaunchPad
[13:23:38] <sumanah> I tried to do that and I get an "auth replay attack detected" error
[13:24:10] <sumanah> tell you what, I'll just mention it briefly.
[13:25:02] <sumanah> https://github.com/pypa/twine/issues/311 PyPI no longer requires that users use a "register" command in their initial upload, as far as I can gather
[13:25:20] <sumanah> so I believe we need to update setuptools and distutils docs, e.g., https://docs.python.org/3.6/distutils/packageindex.html#the-upload-command and https://setuptools.readthedocs.io/en/latest/setuptools.html#using-setuptools-without-bundling-it , to clarify that PyPI does not require register anymore but other package indexes might.
[13:26:22] <sumanah> toad_polo: that documentation, on distutils, is the thing I've been meaning to correct, and I will file an issue once I get my b.p.o. account sorted out, but if you feel like doing it first, go ahead
[13:29:54] <toad_polo> OK, I'm writing a few other issues but I'll open that one next.
[13:31:31] <sumanah> I appreciate that, thanks, toad_polo