Skip to content
Snippets Groups Projects
Commit 2fc299a4 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Fixed overlooked hardcoded venv name.

parent d9252f53
No related branches found
No related tags found
1 merge request!2Split prepare_rundir.sh into three different stages for the whole experiment,...
......@@ -40,7 +40,7 @@ spack load python@3.8:
PYTHON_ENVIRONMENT_FOLDER=%python_environment.folder_name%
if [ ! -d venv ]; then
if [ ! -d ${PYTHON_ENVIRONMENT_FOLDER} ]; then
# Create virtual environment
python3 -m venv --prompt AS ${PYTHON_ENVIRONMENT_FOLDER}
fi
......
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