Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'installed.': 0.07; 'python': 0.08; 'interpreter.': 0.09; 'invokes': 0.09; 'subject:GNU': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'typing': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:install': 0.16; 'wrote:': 0.18; 'downloaded': 0.21; 'dec': 0.22; 'header:In-Reply- To:1': 0.22; 'debian': 0.23; 'message-id:@mail.gmail.com': 0.28; 'subject:skip:2 10': 0.30; 'hi,': 0.32; 'tue,': 0.32; 'actually': 0.33; 'to:addr:python-list': 0.34; 'it.': 0.34; 'subject:/': 0.35; 'skip:" 20': 0.35; 'subject:How': 0.35; 'install': 0.35; 'file': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'should': 0.39; 'subject: (': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kndISD14dOqXgLJPYdUvHvoqrxebY44iGOYDF2HKQ9c=; b=bUrs1dc4IxwLGEcZvyx/NNWVQ9uUuN0SXGI7AFmDD9jqLyVs4KWJ/f9G275jS4Z+wD OQgY2tXbUoFmJdmv8Ph2J7eNVNQjyjXHoxw+Atxi7xtSO/Sq+E2VXtF5kolBDGrpepvJ DjFyaPbezG41lQAuxUsx8XoY3xReVIyL6nXJY= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 6 Dec 2011 02:08:55 +1100 Subject: Re: How to install Python on Debian GNU/Linux (Python-2.7.2.tar.bz2) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323097739 news.xs4all.nl 6959 [2001:888:2000:d::a6]:57588 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16660 On Tue, Dec 6, 2011 at 1:53 AM, patrickwayodi wrote: > Hi, > How can I install Python on Debian GNU/Linux? I downloaded the file > "Python-2.7.2.tar.bz2" but I don't know how to install it. You should actually already have Python installed. Try typing 'python' at a terminal and see if it invokes the interactive interpreter. ChrisA