Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
pip --version
, not pip list
, to test for working pip
`pip list` can be very time consuming if there are many packages installed. `pip --version` is fast regardless.
- Loading branch information