The default version that Ubuntu carries is Python 2.7 and Python 3.4. How do I get Python 3.2?
There another question on this website where the topranked answer solves the issue for Ubuntu 13.04 with
sudo apt-add-repository ppa:fkrull/deadsnakes
If I try that I get the error:
sudo: apt-add-repository: command not found
sudo grep 'secure_path' /etc/sudoers
andtype -a apt-add-repository
? – heemayl Jul 14 '15 at 10:08sudo apt-get install software-properties-common
and then check.. – heemayl Jul 14 '15 at 11:43