Added start-up script that sets PYTHONPATH and starts fluents.
This commit is contained in:
parent
375d45e0cc
commit
4153f06c60
|
@ -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