]> granicus.if.org Git - python/commit
Joe VanAndel wrote:
authorMarc-André Lemburg <mal@egenix.com>
Tue, 11 Dec 2001 20:44:42 +0000 (20:44 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 11 Dec 2001 20:44:42 +0000 (20:44 +0000)
commit90294d01be806a96f5196143e4d9ea10a6064965
treebfd6c85ce5937a89dc141035aeafe2063429067c
parent77d8a4fc91aff2e4f25874fac2cb7c1915984cd1
Joe VanAndel wrote:
>
> When using 'distutils' (shipped with Python 2.1) I've found that my
> Python scripts installed with a first line of:
>
> #!/usr/bin/python2.1None
>
> This is caused by distutils trying to patch the first line of the python
> script to use the current interpreter.
Lib/distutils/command/build_scripts.py