I installed Python 3.4 with this website. (I installed it with sudo apt-get python3.4)
IT finished without any problems and if I type:
python --version
I get back:
python 3.4.4
But if I then want to make something with PIP3 it says:
-bash: pip3: command not found
Trying it for pip brings the same.
I need pip3 to install Adafruit-Blinka
What can I do?
I also tryed:sudo apt-get install python-pip
This installs normal pip, there seems to be no install for pip3.
Thanks!