I was unaware that pip could be installed via my operating system\'s package manager, so I compiled and installed pip via source with the following command:
wget
If you installed pip like this:
- sudo apt install python-pip - sudo apt install python3-pip
Uninstall them like this:
- sudo apt remove python-pip - sudo apt remove python3-pip