]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
change #!/usr/bin/python to #!/usr/bin/env python
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Mar 2007 21:01:28 +0000 (14:01 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Mar 2007 21:01:28 +0000 (14:01 -0700)
commit4b4f5bbcba39c1b62c013b1138f0ad43883c7213
treebffe114874d8d7352bd2fd37bdda145ad1a13096
parentfdd8c5cda664de50bd384bab00faec8ad0bc7a6f
change #!/usr/bin/python to #!/usr/bin/env python
Note that using "whatever version of python the name 'python' maps to in the current shell environment" is more error-prone that specifying which python you mean, such as by executing "/usr/bin/python setup.py" instead of executing "./setup.py".  When you build tahoe (by running "make") it will make a copy of bin/allmydata-tahoe in instdir/bin/allmydata-tahoe with the shebang line rewritten to execute the specific version of python that was used when building instead of to execute "/usr/bin/env python".

However, it seems better that the default for lazy people be "whatever 'python' means currently" instead of "whatever 'python' meant to the manufacturer of your operating system".
bin/allmydata-tahoe
misc/figleaf2el.py
misc/getmem.py
setup.py
simulator.py
sizes.py
src/allmydata/scripts/runner.py
src/allmydata/test/check_memory.py
src/allmydata/test/test_encode.py
twisted/plugins/allmydata_trial.py