[Python-Dev] Distutils2 scripts
Antoine Pitrou
solipsis at pitrou.net
Thu Oct 21 10:44:54 CEST 2010
On Wed, 20 Oct 2010 20:01:56 -0500
Ron Adam <rrr at ronadam.com> 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.
Regards
Antoine.
More information about the Python-Dev
mailing list