Hacker News new | ask | show | jobs
by icebraining 2505 days ago
Nowadays, a regular installation of CPython lets you run "python -m pip". It's quite part of it.
1 comments

You can do that with any library. You can issue Django commands by running `python -m django`; that doesn't change the fact that Django is a completely separate project from Python.