Skip to content
Snippets Groups Projects
Commit 6e606722 authored by Christoph Alt's avatar Christoph Alt
Browse files

set the python version to python 3.10 in the conda env

parent a65617e0
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ VENV_NAME="walberla_venv"
if { conda env list | grep "$VENV_NAME"; } >/dev/null 2>&1; then
echo "Found $VENV_NAME"
else
conda create -n "$VENV_NAME" -y
conda create -n "$VENV_NAME" python=3.10 -y
fi
conda activate "$VENV_NAME"
......
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