Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Added start-up script that sets PYTHONPATH and starts fluents.

This commit is contained in:
Einar Ryeng 2006-10-17 14:43:57 +00:00
parent 375d45e0cc
commit 4153f06c60
1 changed files with 8 additions and 0 deletions

8
run-fluents Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
## To be able to run fluents without installing it, we have to set
## PYTHONPATH.
export PYTHONPATH=.
./bin/fluents $@