Last change
on this file since a26a130 was dfdad8b, checked in by GitHub <noreply@…>, 3 years ago |
Make DelphesEnv relative to the file instead of the pwd. (#98)
- Make DelphesEnv relative to the file instead of the pwd.
|
-
Property mode
set to
100644
|
File size:
235 bytes
|
Rev | Line | |
---|
[dfdad8b] | 1 | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
---|
[db8adea] | 2 |
|
---|
[dfdad8b] | 3 | export DELPHES_HOME="$DIR"
|
---|
| 4 | export PYTHONPATH="$DIR/python:${PYTHONPATH}"
|
---|
| 5 | export LD_LIBRARY_PATH="$DIR:${LD_LIBRARY_PATH}"
|
---|
| 6 | export LIBRARY_PATH="$DIR:${LIBRARY_PATH}"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.