How to install easybuild  


Install Easybuild

python -m venv venv
source venv/bin/activate
pip install easybuild


Configuring easybuild 

[config]
prefix=/pfs/work/g2pbloch/imasenv_eb
modules-tool=EnvironmentModulesC
module-syntax=Tcl
[override]
insecure-download=True

The configuration is located in the file $HOME/.config/easybuild/config.cfg. Set the prefix path to the directory where the installation should be performed.