Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63874

Re: Code review?

References <13BCC15D-B1E0-4AB2-9641-673D5B1B6FDD@gmail.com> <mailman.5433.1389656059.18130.python-list@python.org> <bjk6spFg0vbU2@mid.individual.net>
Date 2014-01-14 18:36 +1100
Subject Re: Code review?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5436.1389685424.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Jan 14, 2014 at 6:22 PM, Bob Martin <bob.martin@excite.com> wrote:
> Does any Linux distro ship with Python 3?  I haven't seen one.

On most Debian-based distros, you can simply 'apt-get install
python3', and you'll get some 3.x version (in Debian Squeeze, that's
3.1, Debian Wheezy packages 3.2; Ubuntu since Raring gives you 3.3).
Whether or not you actually have it - or python2 for that matter -
installed depends on your choices, anything that depends on it will
pull it in or you can grab it manually.

Arch Linux ships 3.3.3 under the name "python", and 2.7.6 under the
name "python2" - an inversion of the Debian practice. Other distros
are looking toward shifting, too.

I'd guess that all mainstream distributions carry both branches. It's
just a question of what people get when they ask for "Python" in the
most normal way to do that.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Code review? Chris Angelico <rosuav@gmail.com> - 2014-01-14 03:40 +1100
  Re: Code review? Steven D'Aprano <steve@pearwood.info> - 2014-01-13 20:43 +0000
    Re: Code review? Chris Angelico <rosuav@gmail.com> - 2014-01-14 10:34 +1100
      Re: Code review? Bob Martin <bob.martin@excite.com> - 2014-01-14 07:22 +0000
        Re: Code review? Bayram Güçlü <byrmgcl@yandex.com.tr> - 2014-01-14 11:29 +0400
        Re: Code review? Chris Angelico <rosuav@gmail.com> - 2014-01-14 18:36 +1100

csiph-web