Closed dbeatty10 closed 2 years ago
Update bare instances of pip ... to python -m pip ... instead.
pip ...
python -m pip ...
Longer: Why you should use python -m pip Shorter: Use 'python -m pip' Everywhere
python -m pip
This helps normalize the more predictable but verbose syntax over the shorter, more ubiquitous, and unpredictable syntax.
Describe the feature
Update bare instances of
pip ...
topython -m pip ...
instead.Additional context
Longer: Why you should use
python -m pip
Shorter: Use 'python -m pip' EverywhereWho will this benefit?
This helps normalize the more predictable but verbose syntax over the shorter, more ubiquitous, and unpredictable syntax.