easybuilders / easybuild-docs

EasyBuild documentation (mkdocs)
https://docs.easybuild.io
GNU General Public License v2.0
3 stars 22 forks source link

Docs for pip install of eb suggest using non-existent module #253

Open sjpb opened 4 months ago

sjpb commented 4 months ago

In https://docs.easybuild.io/installation/#sanity-check, having described installing eb via pip, it says:

Compare the version of eb, the main EasyBuild command, with the version of the EasyBuild module that was installed. For example::

$ module load EasyBuild $ module list

Currently Loaded Modules: 1) EasyBuild/4.8.0

$ eb --version This is EasyBuild 4.8.0 (framework: 4.8.0, easyblocks: 4.8.0) on host example.loca

This got me very confused as no module seemed to be available; apparently there isn't one and you can just use the eb command directly.