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