Commit Graph

6 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
Zooko O'Whielacronx
63113929fb fix bug in simulator graphing (still doesn't work though) 2006-11-29 11:42:07 -07:00
Zooko O'Whielacronx
f22253d4f2 attempt to graph utilization with pyrrd (doesn't quite work) 2006-11-29 04:38:28 -07:00
Zooko O'Whielacronx
1fd3e1f290 make Simulator instance s global so that I can play with it in "python -i" after main() has exited 2006-11-29 04:28:51 -07:00
Brian Warner
182a0e8de0 fix delete 2006-11-28 17:10:49 -07:00
Brian Warner
85df9e8a4b added a simulator tool 2006-11-28 16:27:08 -07:00