-
Notifications
You must be signed in to change notification settings - Fork 47
CERN setup
Jochen Klein edited this page Sep 12, 2024
·
6 revisions
-
If you do not use
direnvyet, add the following to your.bashrc/.zshrc/...eval "$(direnv hook $SHELL)"
-
Reopen your shell or source the respective rcfile.
-
Without loading an
alienvenvironment, change to the root directory ofmlhepand run (only needed once):direnv allow
-
Install required python packages and development version of
mlhepusing (only needed once):pip install -r requirements.txt pip install -e . -
mlhepnow has its own isolated python environment, which gets activated automatically whenever you enter themlhepdirectory. If you load analienvenvironment before entering the directory, thealienvenvironment is used instead (to retain previous behaviour).