Actions
Bug #3432
closed
FF
SB
python: ensure proper shabang on python scripts
Bug #3432:
python: ensure proper shabang on python scripts
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
When installing python scripts, distutils would use the python used to
run setup.py as shebang for the scripts it installs.
However, when cross-compiling, this is most often not correct.
Instead, using '/usr/bin/env python' is guaranteed to find the proper
python in the PATH, so we need to instruct setup.py to use that as the
executable.
Actions