Code: Select all
sudo apt-get install python3-pipCode: Select all
sudo apt-get install python-matplotlib
sudo apt-get install python3-matplotlibCode: Select all
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Code: Select all
Python 3.4.2
Code: Select all
whereis python3Code: Select all
sudo apt-get purge python3.2Code: Select all
/usr/lib/python*Code: Select all
import pip #needed to use the pip functions
ImportError: No module named 'pip'
Code: Select all
sudo apt-get update
sudo apt-get install python3-pip