You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did look at the install instructions and at least "CentOS 7" is now a bit dated.
I do know that at this point in time CSC has AlmaLinux-9 images.
I'm not fond of conda, and EPEL has some RPM packages, so I did come up with:
sudo dnf up # (almost) always a good thing
sudo dnf epel-release # Configure EPEL# This might miss some as I did not run on barebones image
sudo dnf install unzip rclone restic s3cmd python3-openstackclient zstd libzstd libzstd-devel
# Python venv, with default AlmaLinux 9 Python (3.9)# For more than one user, so not into $HOME
python3.9 -m venv /opt/allas
source /opt/allas/bin/activate
pip install --upgrade pip
pip install python-swiftclient
pip install crypt4gh
deactivate
# Get the allas-cli-utilscd /opt
git clone https://github.com/CSCfi/allas-cli-utils
For use, I created module. (I have package Lmod from EPEL.)
Hi,
I did look at the install instructions and at least "CentOS 7" is now a bit dated.
I do know that at this point in time CSC has AlmaLinux-9 images.
I'm not fond of conda, and EPEL has some RPM packages, so I did come up with:
For use, I created module. (I have package
Lmod
from EPEL.)Hence I could start using the utils with:
However, I did not test yet beyond
a-list
.Feel free to use, if it is any good.
Jukka V. Lehtonen
The text was updated successfully, but these errors were encountered: