Marc-Andre Lemburg <m...@egenix.com> added the comment:

R. David Murray wrote:
> 
> R. David Murray <rdmur...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to