Skip to content

A small script to install Python 2.7.9 and 3.4.3 with pip2 and 3 on Ubuntu.

Notifications You must be signed in to change notification settings

thekingofpython/Install_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

Install Python

A 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 

About

A small script to install Python 2.7.9 and 3.4.3 with pip2 and 3 on Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages