Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip, don't use --user as it automatically does that
With --user and then sudo make install it would be installed in the home dir of root, which doesn't make sense. Newer versions of pip (since early 2020) falls back to user-install when the global site is not writeable.
- Loading branch information