Commit Graph

4 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
4b4f5bbcba 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".
2007-03-29 14:01:28 -07:00
Brian Warner
36969e964b some pointless fussing about with sizes.py 2006-11-30 15:14:39 -07:00
Brian Warner
60e583ed0a emit tables up to 1TiB 2006-10-21 20:39:12 -07:00
Brian Warner
4968ca98cc tool to generate an overhead/alacrity table for various hashing schemes 2006-10-21 20:10:04 -07:00