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


Groups > comp.lang.python > #102112 > unrolled thread

python-2.7.3 vs python-3.2.3

Started byGene Heskett <gheskett@wdtv.com>
First post2016-01-26 07:26 -0500
Last post2016-01-26 15:30 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  python-2.7.3 vs python-3.2.3 Gene Heskett <gheskett@wdtv.com> - 2016-01-26 07:26 -0500
    Re: python-2.7.3 vs python-3.2.3 Grobu <snailcoder@retrosite.invalid> - 2016-01-26 15:30 +0100

#102112 — python-2.7.3 vs python-3.2.3

FromGene Heskett <gheskett@wdtv.com>
Date2016-01-26 07:26 -0500
Subjectpython-2.7.3 vs python-3.2.3
Message-ID<mailman.3.1453811622.2338.python-list@python.org>
Greetings;

I have need of using a script written for python3, but the default python 
on wheezy is 2.7.3.

I see in the wheezy repos that 3.2.3-6 is available.

Can/will they co-exist peacefully?

Thank you.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

[toc] | [next] | [standalone]


#102117

FromGrobu <snailcoder@retrosite.invalid>
Date2016-01-26 15:30 +0100
Message-ID<n87vns$7ar$1@dont-email.me>
In reply to#102112
On 26/01/16 13:26, Gene Heskett wrote:
> Greetings;
>
> I have need of using a script written for python3, but the default python
> on wheezy is 2.7.3.
>
> I see in the wheezy repos that 3.2.3-6 is available.
>
> Can/will they co-exist peacefully?
>
> Thank you.
>
> Cheers, Gene Heskett
>

On Debian Jessie :

$ ls -F /usr/bin/pyth*
/usr/bin/python@     /usr/bin/python3@     /usr/bin/python3m@
/usr/bin/python2@    /usr/bin/python3.4*
/usr/bin/python2.7*  /usr/bin/python3.4m*

... so it seems they can co-exist peacefully.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web