Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'package,': 0.03; 'interpreter': 0.05; 'cc:addr:python-list': 0.11; 'python': 0.11; 'apt': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'words': 0.29; 'message-id:@mail.gmail.com': 0.30; '(maybe': 0.31; 'writes:': 0.31; 'stuff': 0.32; 'run': 0.32; 'quite': 0.32; 'basic': 0.35; 'display': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'ubuntu': 0.36; 'should': 0.36; 'skip:p 20': 0.39; 'subject: !': 0.61; 'show': 0.63; 'more': 0.64; 'specialized': 0.65; 'subject:Hello': 0.72; 'dozens': 0.84; 'start.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=b4+F3zlwjiXFVTBWx54/hozbP9QqHkMQMnEyfHokbyM=; b=Dv0T/FhSll5kj4ZADnF3XY0n0zY/+hxiVLgXpWXvIcpTQ/S1LjV4a+1iawBNwQZMxn 9mLMzrs/HXbsJl6oDsN1WG/4ZkHvYPqghxhk2CArhgQJmk7PWLhFtMH+0A8UPFvk2GOU RIaaKCCdM7O4kp9Ri25RxE+DPcB5h008/q4PNmasaoBi/E3kz2WMD6JuiS9guSASQlkA gG5dKB5+gWTKM6wgCpOn/CrLTR9XKe2VCtMDPZV/Yr+qUuogsFvuxigHf7cNKoK8R1vh eYDUkdrWQ7wKdwP31DPu5umXI9PYaMQWdNekM/KEM9iEXaDWwwuYMf+wDgSG6c3yiI4m Iazw== MIME-Version: 1.0 X-Received: by 10.221.27.8 with SMTP id ro8mr20514282vcb.30.1401222889381; Tue, 27 May 2014 13:34:49 -0700 (PDT) In-Reply-To: <871tvff12n.fsf@pascolo.net> References: <3948d417-cac6-4730-9736-3c11233bbc04@googlegroups.com> <871tvff12n.fsf@pascolo.net> Date: Wed, 28 May 2014 06:34:49 +1000 Subject: Re: Hello and sorry for disturbing ! From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401222892 news.xs4all.nl 2863 [2001:888:2000:d::a6]:50101 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72129 On Wed, May 28, 2014 at 5:56 AM, giacomo boffi wrote: > Rustom Mody writes: > >> For ubuntu you should need nothing for python. >> In other words python should run on a basic ubuntu installation. >> From the shell just type python and the interpreter should start. >> >> For more specialized work there are dozens (maybe hundreds?) of >> packages in the apt repos. > > % apt-cache show python > Display all 2776 possibilities? (y or n) Not quite fair, as some of those exist in multiple forms (python-* and python3-*, or -dbg and -dev as well as the base package, or the package-and-subpackage model of large stuff like python-django-*), and on Debian Wheezy I have only (only!) 1890. But yep, that is a lot of packages available in apt. ChrisA