Uh oh!
There was an error while loading. Please reload this page.
Shorten nox virtualenv names to avoid hashing. - #3585
Conversation
dhermes
commented
Jul 6, 2017
w00t! LGTM once CI goes green. (I also want to make sure CircleCI runs all the packages, which might keep it from going green, boo.) /cc @jonparrott |
duggelz
commented
Jul 6, 2017
Just curious, since I use nox in another repo, can you explain what "avoid hashing" means here? What were the old dirnames and why were they bad? |
dhermes
commented
Jul 6, 2017
@duggelz It'd be easier to just have @jonparrott explain, but I'll try. AFAIK, on Unix (or maybe just in Bash?) there is a limit on the length of a shebang line. So, when |
theacodes
commented
Jul 13, 2017
@dhermes is right, see pypa/pip#1773 and wntrblm/nox@b9a6af0 |
No description provided.