Fork me on GitHub

source: git/DelphesEnv.sh@ 5af205e

Last change on this file since 5af205e was 5af205e, checked in by GitHub <noreply@…>, 3 years ago

Update DelphesEnv.sh

  • Property mode set to 100644
File size: 235 bytes
Line 
1DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
2
3export DELPHES_HOME="$DIR"
4export PYTHONPATH="$DIR/python:${PYTHONPATH}"
5export LD_LIBRARY_PATH="$DIR:${LD_LIBRARY_PATH}"
6export LIBRARY_PATH="$DIR:${LIBRARY_PATH}"
Note: See TracBrowser for help on using the repository browser.