Hacker News new | ask | show | jobs
by sjustinas 2412 days ago
Do you not consider pip third-party? It does not come with the standard Python distribution. Although `ensurepip` does.
1 comments

No, pip has been available in standard Python distributions since 3.4.[1] Distributions that don't come with pip (e.g. some Linux distro packages) are non-standard.

[1] https://docs.python.org/3/whatsnew/3.4.html#whatsnew-pep-453