Versions Compared

Key

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

...

You should install EasyBuild using Python and venv (virtual environment).
Install EasyBuild using Python


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. Remember to purge all unnecessary modules that can cause conflicts with new modules created by EasyBuild.

...