Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 723 Bytes

EESSI command line interface

eessi-cli is a lightweight command line tool to help with using the European Environment for Scientific Software Installaitons (EESSI).

Installation

From PyPI

pip install eessi-cli

From source

pip install .

Usage

init subcommand

Use eval and eessi init to prepare your session environment for using EESSI.

eval "$(eessi init)"

To see which commands this would evaluate, just run eessi init.

Design goals

  • Easy to install and use.
  • No dependencies beyond Python 3.6 (or newer) and its standard library.