Re: [Python-Dev] Distutils2 scripts

2010年10月21日 05:13:07 -0700

On 10/21/2010 4:44 AM, Antoine Pitrou wrote:
On 2010年10月20日 20:01:56 -0500
Ron Adam<[email protected]> wrote:
On Ubuntu, I use python, python2.7, python3.1, python3.2 and that is what I
type to use that particular version. The -m option seems to me to be the
easiest to do and works with all of these.
 python2.7 -m setup
 python3.2 -m setup
Having pysetup or pysetupX.Y executables would be much more practical
with shell auto-completion, though.
I agree. I also don't see any confusion about which python a "pysetupX.Y" would use. Or for that matter a plain "pysetup". It would be the one that a plain "python" would get you.
Eric.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to