Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Install Easybuild in $HOME

Code Block
languagebash
module load itm-python/3.10.13

...


python3 -m venv venv

...


module

...

 purge
source venv/bin/activate

...


pip3 install easybuild


You can use a different version of Python. 

Configuring easybuild 

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.

...

Code Block
languagebash
titleLoad module
module use {prefix}/modules/all
module load Data-Dictionary/IMAS-AL-Cpp/5.2.0dev-foss-2020b-DD-3.40.1
module load IMAS-AL-Fortran/5.2.0dev-foss-2020b-DD-3.40.1-GCCcore-10.2.0
module load IMAS-AL-Java/5.2.0dev-foss-2020b-Java-11-DD-3.40.1
module load IMAS-AL-Python/5.2.0dev-foss-2020b-DD-3.40.1

...