This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients belopolsky, benjamin.peterson, georg.brandl, glyph, lemburg, nnorwitz, r.david.murray, schmir
Date 2010-01-13.17:30:52
SpamBayes Score 8.525913e-11
Marked as misclassified No
Message-id <4B4E034B.3000806@egenix.com>
In-reply-to <1263402952.06.0.240441806765.issue2375@psf.upfronthosting.co.za>
Content
R. David Murray wrote:
> 
> R. David Murray <rdmurray@bitdance.com> added the comment:
> 
> I disagree with the closing of this bug on the following grounds: currently, and for the foreseeable future, there will be two python commands on many systems, 'python' and 'python3'.  This is unlike the superficially similar situation with different versions of the 2 line.
> 
> I think this issue should be discussed on python-dev before being closed, and will post a pointer there.

You can easily have python3 implemented as shell script setting up
PYTHONPATH to whatever your particular Python installation uses.

Python itself does not install as python3, so this is not a configuration
supported by Python anyway.

Also note that it's easy to write a sitecustomize.py which takes
care of whatever platform specific side-by-side installation
you want to support with an OS or distribution.
History
Date User Action Args
2010-01-13 17:30:54lemburgsetrecipients: + lemburg, nnorwitz, georg.brandl, belopolsky, schmir, benjamin.peterson, glyph, r.david.murray
2010-01-13 17:30:52lemburglinkissue2375 messages
2010-01-13 17:30:52lemburgcreate