PIP nicht nach der Installation gefunden
#for pip, and not pip3:
sudo apt-get install python-pip
Dark Duck
#for pip, and not pip3:
sudo apt-get install python-pip
python -m pip install SomePackage
sudo pip3 install [PACKAGE]
pip3 install <package_name>