adding conda environment

This commit is contained in:
frankknoll
2022-12-01 16:21:31 +01:00
parent 61106a0851
commit 3663f1121c
45 changed files with 63 additions and 45 deletions

View File

@@ -33,3 +33,8 @@ fcrontab -l
systemctl status fcron
tail -f /var/log/syslog
conda create --name howbadismybatch-venv python=3
conda activate howbadismybatch-venv
conda env export --from-history > environment.yml
conda env create -f environment.yml