Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Installing Python in Ubuntu Added
Browse files Browse the repository at this point in the history
  • Loading branch information
clsource committed Feb 28, 2013
1 parent e87055b commit 2301221
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Linux/Checking Python Version.md
Expand Up @@ -13,5 +13,26 @@ if you got something like

Congratulations, you have Python in your System, YAAAAAY!!!.

# Wait!, There is some not found mumbo jumbo D:

In that case you must install Python or If you have a lesser Python Version (< 2.7) you should install a newer one, but **do not remove the installed version**.

So, What Python version is better, 2.7.x or 3.x?, Well there are some little differences between them. But 2.7.x have more compatible libraries.


### Installing From The PPA
We will use an Ubuntu based distro for the following commands.

This is the most easy way, if you have a non Ubuntu based distro you should use the source Luke! (or the package manager from your distro).

$ sudo add-apt-repository ppa:fkrull/deadsnakes

$ sudo apt-get update

$ sudo apt-get install python2.7 python2.7-dev






0 comments on commit 2301221

Please sign in to comment.