Alyssa Coghlan
Alyssa Coghlan
While they're not the main focus of the PR, I've made some improvements to this in https://github.com/pypa/python-packaging-user-guide/pull/402
Yeah, I think a new Guide would be a good way to handle this. #399 is an example of needing this kind of information, since "apt-get install python3" will give...
I'm not aware of anyone currently working on it, and even a relatively rough first version becomes something we can iterate on based on feedback.
From https://github.com/pypa/pipenv/issues/2122, another potential issue that can come up is situations where `PATH` and `sys.path` may end up checking different locations in different orders, such that a command found on...
Yep, I think that's what we have in mind.
Via @mariatta, there's a new Real Python article covering getting set up across different platforms: https://realpython.com/installing-python/
Grr, that "all comments must be resolved" requirement is annoying. Sorry @woodruffw, you'll need to re-review *all* the comments for the follow-up PR to see which ones still need further...
OK, I reopened the comments on lines that still exist in the initial draft that didn't have explicit "this is resolved" comments ending the thread. I've assumed that everything flagged...
There's a basic guide here: https://packaging.python.org/guides/index-mirrors-and-caches/ However, it could stand to be expanded and improved, as it was mainly put together to hold the "Use devpi" recommendation, and doesn't consider...
Right, `0o644` is what I expected to see (and also what a local build and `altinstall` of CPython gave me). The difference in the currently published tarballs can be observed...