[issue3577] Interpreter name: python vs. python-3.0

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66064. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3577] Interpreter name: python vs. python-3.0

2008-08-22 Thread Terry J. Reedy
Changes by Terry J. Reedy <[EMAIL PROTECTED]>: -- nosy: +tjreedy ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing

[issue3577] Interpreter name: python vs. python-3.0

2008-08-17 Thread John J Lee
John J Lee <[EMAIL PROTECTED]> added the comment: "make install" actually installs as "python3.0" (and not as "python-3.0", nor "python3", nor "python"). ___ Python tracker <[EMAIL PROTECTED]>

[issue3577] Interpreter name: python vs. python-3.0

2008-08-17 Thread John J Lee
New submission from John J Lee <[EMAIL PROTECTED]>: The tutorial says: "The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available" Shouldn't that be "python3" or "python-3.0"? And the same throughout the rest of the tutorial? make install see