|
Revision 1172:c591911a6497, 85 bytes
(checked in by Nate Coraor <nate@bx.psu.edu>, 7 months ago)
|
Separate framework and tool environments.
Whether running locally or via PBS, $PATH should now be handled in your
user's environment.
This also fixes problems like PYTHONPATH on the new blast nodes being
wrong (because they are x86_64 and the frontends are i686).
Note that you can actually start Galaxy without having an eggs dir now.
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
|
|---|
| 3 |
cd `dirname $0` |
|---|
| 4 |
python -ES ./scripts/paster.py serve universe_wsgi.ini $@ |
|---|