Setup - jniedzie/SVJanalysis_wiki GitHub Wiki
Before running anything in the FW, you need to run
source setup.sh
You should do it after every new login.
This also activates your virtual environment, provided it's called svj
. Else, change the name of the virtual env.
If you are new to the group or stay for a semester project, you can first use Florian's virtual environment by replacing:
__set_conda svj
with
__set_conda /work/fleble/miniforge3/envs/svj14
in setup.sh
.
To avoid doing this all the time, you can paste these instructions at the end of the ~/.bash_profile
:
cd SVJanalysis # change the path to where you installed the FW if different
source setup.sh