Y
Hacker News
new
|
ask
|
show
|
jobs
by
thaumasiotes
2505 days ago
>>> Why isn't there any builtin way to automatically define a lock file
pip isn't actually part of Python proper.
2 comments
icebraining
2505 days ago
Nowadays, a regular installation of CPython lets you run "python -m pip". It's quite part of it.
link
thaumasiotes
2504 days ago
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.
link
jnwatson
2505 days ago
It isn't part of the Python executable, but it is part of the standard distribution.
link