Trying to get pip working on my Ubuntu pc. pip seems to be working for python2.7, but not for others.
Here\'s the problem:
$ pip Traceback (most recent c
I had a similar issue when running this command on my raspberry pi
python3.4 -m pip install RPi.GPIO
and got this error
/usr/bin/python3.4: No module named pip
resolved it by installing python3-pip
sudo apt-get install python3-pip