As the proxy jump does not work at moment, we are no longer be able to download/install any data or packages on compute nodes, this can causes the problem,
for example, we are at HWAI node, and we activate `venv_jurecadc_hwai` but we are not able to download anything.
Instead, we need to activate `venv_jurecadc_hwai` on `Jureca` login node, while this scripts will bring us to `venv_jurecadc`. Hence, we need to force that activate `venv_jurecadc_hwai` on `jureca` login node.
Therefore we brings `force` command:
```
source ./activate.sh --force_booster
source ./activate.sh --force_jurecadc
source ./activate.sh --force_hwai
etc...
```
it also work for `setup.sh`, for exmaple:
```
source ./setup.sh --force_hwai
etc...
```
## Setup Virtual Environmnet
This is adapted from sc_venv_template https://gitlab.jsc.fz-juelich.de/kesselheim1/sc_venv_template