PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 19th of April, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[04:25:01] <altendky> it seems like --editable installs into a virtualenv with spaces in the paths aren't getting the proper special #!/bin/sh shebangs https://gist.github.com/altendky/711ca735b712b1d8140cb483e46fd906 -- https://github.com/pypa/virtualenv/issues/53 seems to suggest this got fixed. i've tried to set some breakpoints while running pip but haven't found anything useful yet. am i doing something wrong?
[04:25:26] <altendky> i am running linux, i noticed this while helping someone on macos
[16:45:01] <altendky> so the linked issue seems possibly unrelated and about scripts rather than entry_points console_scripts. still trying to find where in the code this happens. https://github.com/pypa/pip/blob/bb14ff42b00f64d885b44329f8b06fc486130592/src/pip/_vendor/distlib/scripts.py#L165-L167 is the only place so far i've found the special shebang and when i debug the `pip install -e ./black` it never hits the simple side of the if statement
[20:20:09] <tos9> Hmmmm https://packaging.python.org/en/latest/distributing/#configuring-your-project has disappeared
[20:21:45] <tos9> OK, looks like the structure got moved around I guess.