Install PythonA small script to install Python 2.7.9 and 3.4.3 with pip2 and 3 on Ubuntu. Chmod to allow execution. # Python 2 root@root:~$ python (or) python2.7 root@root:~$ sudo pip (or) pip2 # Python 3 root@root:~$ python3 root@root:~$ sudo pip3