Pradyun Gedam

Results 1572 comments of Pradyun Gedam

/cc other @pypa/virtualenv-committers if they think adding scripts from the standard library to the virtualenv when creating them, is a good idea. I'm ambivalent.

> I'm not convinced that Python 2 nearing EOL makes a difference here. +1 That's not my concern here either. :) > The extra scripts aren't on `PATH` in a...

> No, all that's in Scripts are entry point wrappers for installed libraries (pip, easy_install and wheel in a base install). Oooooooooooooo. Okay. > Just noting that this is a...

Ah, thanks for the clarification @native-api! Much appreciated. Along with @pfmoore's explanation of how this is a not-on-Windows issue, that helps my understanding. :) I'm still ambivalent on including it.

I'm not familiar with virtualenv's internal workings but my understanding is that "updating" a venv to a newer version of Python would require virtualenv to do some other work (like...

Travis CI has pyenv installed on their CI systems, which can be used to install + test, on Ubuntu at least. It'd be a good idea to add that, until...

Any way to check if the certificate/whatever had an expiry date or compatibility info that makes it incompatible with Big Sur?

I'm a soft -1 for doing any changes related to this on Windows, and -0 for adopting XDG-when-set on MacOS (as long as there's a way to opt out, or...

Based on f9c207414f9d947898dee2f1ca2dced8f603f7a3, the MacOS paths for this library are incompatible with appdirs. It is worth flagging this to users who are porting over.