Summary
It is generally ill advised to run pip install with root privileges
1
, as it may interfere with system installed packages.
2
Running pip install with the --user flag instead is recommended
1
to avoid a dirty mix of Python modules installed via yum and pip installed Python modules.
2
A GitHub repository with a list of Python apps available through yum is available to install the latest versions of Python apps.
2
According to