Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Preserves PYTHONPATH

This commit is contained in:
Einar Ryeng 2007-03-01 15:27:24 +00:00
parent ff070e5312
commit e01dd578cd
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
## To be able to run fluents without installing it, we have to set ## To be able to run fluents without installing it, we have to set
## PYTHONPATH. ## PYTHONPATH.
export PYTHONPATH=. export PYTHONPATH=$PYTHONPATH:.
./bin/fluents $@ ./bin/fluents $@