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


Groups > comp.lang.python > #95963

Re: Porting Python Application to a new linux machine

References <4d764608-4091-4600-a1ed-ac11bd790792@googlegroups.com> <ms9p51$iia$1@speranza.aioe.org> <CAPTjJmqFEzaFBuZLogNyxiujNQme8spy_qZMgtOTr+BJZARtEw@mail.gmail.com> <mailman.76.1441295616.8327.python-list@python.org> <ms9s6d$s2d$1@speranza.aioe.org>
Date 2015-09-04 02:49 +1000
Subject Re: Porting Python Application to a new linux machine
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.90.1441298951.8327.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Sep 4, 2015 at 2:23 AM, Luca Menegotto
<otlucaDELETE@deleteyahoo.it> wrote:
> Il 03/09/2015 17:53, Nick Sarbicki ha scritto:
>>
>> Is 3.x the default on ubuntu now? My 14.10 is still 2.7. Although it
>> does have python3 installed.
>
>
> I've checked my Ubuntu 15.04, and the default is 2.7.9.
> There is also Python3 (3.4.3), but sorry, I can't remember if I've manually
> installed it or not.

If you mean that typing "python" runs 2.7, then that's PEP 394 at
work. For compatibility reasons, 'python' doesn't ever run Python 3.
(At least, not any time soon.) The question is more: What comes
installed on a fresh system? Anything can be dragged in as a
dependency of some other package, but a normal Ubuntu desktop
installation won't depend on Python 2 for anything. Or at least,
that's the plan; I don't know whether it's been accomplished yet or
not.

ChrisA

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


Thread

Porting Python Application to a new  linux machine Heli Nix <hemla21@gmail.com> - 2015-09-03 07:32 -0700
  Re: Porting Python Application to a new linux machine Joel Goldstick <joel.goldstick@gmail.com> - 2015-09-03 11:27 -0400
  Re: Porting Python Application to a new linux machine Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-09-03 17:31 +0200
    Re: Porting Python Application to a new linux machine Chris Angelico <rosuav@gmail.com> - 2015-09-04 01:39 +1000
    Re: Porting Python Application to a new linux machine Chris Angelico <rosuav@gmail.com> - 2015-09-04 01:55 +1000
    Re: Porting Python Application to a new linux machine Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-09-03 18:23 +0200
      Re: Porting Python Application to a new linux machine Chris Angelico <rosuav@gmail.com> - 2015-09-04 02:49 +1000
        Re: Porting Python Application to a new linux machine Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-09-03 19:29 +0200
          Re: Porting Python Application to a new linux machine Chris Angelico <rosuav@gmail.com> - 2015-09-04 03:33 +1000
  Re: Porting Python Application to a new linux machine Laura Creighton <lac@openend.se> - 2015-09-04 00:26 +0200
  Re: Porting Python Application to a new  linux machine Christian Gollwitzer <auriocus@gmx.de> - 2015-09-04 07:43 +0200
    Re: Porting Python Application to a new  linux machine Grant Edwards <invalid@invalid.invalid> - 2015-09-04 13:16 +0000
  PyInstaller+ Python3.5 (h5py import error) Heli Nix <hemla21@gmail.com> - 2015-09-23 09:20 -0700
    Re: PyInstaller+ Python3.5 (h5py import error) Christian Gollwitzer <auriocus@gmx.de> - 2015-09-23 20:07 +0200
      Re: PyInstaller+ Python3.5 (h5py import error) Heli Nix <hemla21@gmail.com> - 2015-09-24 02:58 -0700
        Re: PyInstaller+ Python3.5 (h5py import error) Laura Creighton <lac@openend.se> - 2015-09-24 13:11 +0200
          Re: PyInstaller+ Python3.5 (h5py import error) Hedieh E <hemla21@gmail.com> - 2015-09-25 01:53 -0700

csiph-web