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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 01 Nov 2001 19:22:26 -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: A.M. Kuchling (akuchling)
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.

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

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