Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102141
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python-2.7.3 vs python-3.2.3 |
| Date | 2016-01-27 10:57 +1100 |
| Message-ID | <mailman.26.1453852674.2338.python-list@python.org> (permalink) |
| References | <201601260726.55545.gheskett@wdtv.com> |
Gene Heskett <gheskett@wdtv.com> writes: > I have need of using a script written for python3, but the default > python on wheezy is 2.7.3. Correction: the default Python 2 is 2.7.3. The default Python 3 is 3.2.3. Since Python 2 and Python 3 are distinct run-time systems, there's no single “default Python” in Debian Wheezy. > I see in the wheezy repos that 3.2.3-6 is available. Correct. If you have a program needing Python 3, you should ignore the Python 2 system and only look at Python 3. > Can/will they co-exist peacefully? Yes. -- \ “Broken promises don't upset me. I just think, why did they | `\ believe me?” —Jack Handey | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python-2.7.3 vs python-3.2.3 Ben Finney <ben+python@benfinney.id.au> - 2016-01-27 10:57 +1100
csiph-web