pip-check icon indicating copy to clipboard operation
pip-check copied to clipboard

pip-check gives you a quick overview of all installed packages and their update status.

Results 4 pip-check issues
Sort by recently updated
recently updated
newest added

`sudo pip install` installs packages to `/usr/local` (`/usr/local/lib/python3.8/dist-packages/` on current Ubuntu) to keep them separated from the system packages that are installed via the operating system package manager to `/usr/lib/python3/dist-packages`....

from `pip`'s help: `--pre - Include pre-release and development versions. By default, pip only finds stable versions.`