Added start-up script that sets PYTHONPATH and starts fluents.
This commit is contained in:
8
run-fluents
Executable file
8
run-fluents
Executable 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 $@
|
||||
|
Reference in New Issue
Block a user