[Python-bugs-list] [ python-Bugs-477371 ] build_scripts can use wrong #! line

noreply@sourceforge.net noreply@sourceforge.net
Fri, 07 Dec 2001 05:28:27 -0800


Bugs item #477371, was opened at 2001-11-01 19:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=477371&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Mueller (donut)
Assigned to: Nobody/Anonymous (nobody)
Summary: build_scripts can use wrong #! line

Initial Comment:
When the build_scripts command is run, it places into
build/scripts a copy of the script with the #! line
modified to call the python version directly.  But if
you subsequently call setup.py with a different python
version, the script is not updated to use the correct
python executable path.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2001-12-07 05:28

Message:
Logged In: YES 
user_id=6656

So don't do that then?

Surely you're going to get problems with various other bits
of distutils if you're not consistent about which Python you
run setup.py with?

Very much inclined to close this...

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=477371&group_id=5470