Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5271
| Date | 2011-05-13 07:18 +0800 |
|---|---|
| From | Chen Wei <weichen302@aol.com> |
| Subject | Re: Python 2.7 Debian 6.0. Squeeze |
| References | <BANLkTimSqVGnRF8r0ZrMGOx=E_f_FsxOjA@mail.gmail.com> <BANLkTinmdkEO_JoU5QQnpa_UFrpzpEv4gg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1501.1305242328.9059.python-list@python.org> (permalink) |
On Thu, May 12, 2011 at 12:03:26PM -0400, Jorge Romero wrote: > Actually came back with some feedback to my own question. > > The following repositories do the job: > # /etc/apt/sources.list > deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free > deb http://ftp.uk.debian.org/debian/ experimental main contrib non-free > deb http://security.debian.org/ testing/updates main contrib python2.7 is included in debian testing, so point the sources.list to testing instead of unstable or experimental should also works. deb http://ftp.uk.debian.org/debian/ testing main contrib non-free > $ apt-get update > $ apt-get install python2.7 > $ python --version > Python 2.6.6 > $ python2.7 --version > Python 2.7.1+ > -- Chen Wei
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python 2.7 Debian 6.0. Squeeze Chen Wei <weichen302@aol.com> - 2011-05-13 07:18 +0800
csiph-web