| Store | Cart

Re: [Python-Dev] PEP 394 - Clarification of what "python" command should invoke

From: Bohuslav Kabrda <bkab...@redhat.com>
Tue, 30 Sep 2014 06:13:18 -0400 (EDT)
----- Original Message -----
> On 20 September 2014 00:23, Donald Stufft <don...@stufft.io> wrote:> >> > On Sep 19, 2014, at 10:16 AM, Barry Warsaw <bar...@python.org> wrote:> >> > If the user wants to invoke Python 3, it's not hard to type 'python3' and I> > think that's the message we should be spreading.  That already seems pretty> > ingrained in user habits afaict.> >> >> > My biggest problem with ``python3``, is what happens after 3.9. I know> > Guido> > doesn’t particularly like two digit version numbers and it’s been suggested> > on> > this list that instead of 3.10 we’re likely to move directly into 4.0> > regardless of> > if it’s a “big” change or not.> > FWIW, I think we actually do this better on Windows these days, where> PEP 397 made "py" a switchable entry point. I'd like to bring the same> scheme to POSIX systems at some point, but that's a *long* way down> the todo list (like, so far down I can't even see it any more). I'd be> willing to review proposals, though :)
We did a similar thing with Ruby in Fedora, it's called Rubypick [1]. Is that a direction worth pursuing?
Also, what is actually result of this thread? AFAICS the PEP still hasn't changed. IMO when there's only python3 installed, there should be no /usr/bin/python, which also seems to be aligned with what Guido says. Would it be possible to update the PEP accordingly?

Thanks!

> Cheers,> Nick.
-- Regards,
Slavek Kabrda

[1] https://github.com/fedora-ruby/rubypick
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com
Recent Messages in this Thread
Bohuslav Kabrda Sep 19, 2014 07:31 am
Nick Coghlan Sep 19, 2014 10:07 am
Bohuslav Kabrda Sep 19, 2014 10:12 am
INADA Naoki Sep 19, 2014 11:13 am
Barry Warsaw Sep 19, 2014 02:16 pm
Donald Stufft Sep 19, 2014 02:23 pm
Barry Warsaw Sep 19, 2014 02:41 pm
Steven DAprano Sep 19, 2014 03:03 pm
Guido van Rossum Sep 19, 2014 03:20 pm
Antoine Pitrou Sep 19, 2014 03:35 pm
Guido van Rossum Sep 19, 2014 03:40 pm
Barry Warsaw Sep 19, 2014 04:09 pm
Greg Ewing Sep 20, 2014 12:11 am
Marko Rauhamaa Sep 19, 2014 03:05 pm
Nick Coghlan Sep 19, 2014 10:44 pm
Bohuslav Kabrda Sep 30, 2014 10:13 am
Nick Coghlan Sep 30, 2014 11:30 am
Bohuslav Kabrda Sep 30, 2014 12:23 pm
Greg Ewing Sep 20, 2014 12:02 am
Donald Stufft Sep 20, 2014 12:06 am
R. David Murray Sep 19, 2014 03:17 pm
Messages in this thread