Skip to content
Snippets Groups Projects
Commit bd63eeb8 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Try to install cdo with conda

parent c9c59a67
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
micromamba install python=3.10 cdo python-cdo -c conda-forge -y
conda install python=3.10 cdo python-cdo -c conda-forge -y
cd files
for file in $(ls -1 ./ ); do
echo $file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment