File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
partitioned-heat-conduction-complex
partitioned-heat-conduction-overlap Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ set -e -u
44. ../../tools/log.sh
55exec > >( tee --append " $LOGFILE " ) 2>&1
66
7- if [ $# -eq 0 ]
7+ if [ -z " ${PRECICE_TUTORIALS_NO_VENV :- } " ]
88then
9- echo " Installing dependencies in a Python virtual environment"
109 python3 -m venv --system-site-packages .venv
1110 . .venv/bin/activate
1211 pip install -r ../solver-fenics/requirements.txt
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ set -e -u
44. ../../tools/log.sh
55exec > >( tee --append " $LOGFILE " ) 2>&1
66
7- if [ $# -eq 0 ]
7+ if [ -z " ${PRECICE_TUTORIALS_NO_VENV :- } " ]
88then
9- echo " Installing dependencies in a Python virtual environment"
109 python3 -m venv --system-site-packages .venv
1110 . .venv/bin/activate
1211 pip install -r ../solver-fenics/requirements.txt
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ set -e -u
44. ../../tools/log.sh
55exec > >( tee --append " $LOGFILE " ) 2>&1
66
7- if [ $# -eq 0 ]
7+ if [ -z " ${PRECICE_TUTORIALS_NO_VENV :- } " ]
88then
9- echo " Installing dependencies in a Python virtual environment"
109 python3 -m venv --system-site-packages .venv
1110 . .venv/bin/activate
1211 pip install -r ../solver-fenics/requirements.txt
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ set -e -u
44. ../../tools/log.sh
55exec > >( tee --append " $LOGFILE " ) 2>&1
66
7- if [ $# -eq 0 ]
7+ if [ -z " ${PRECICE_TUTORIALS_NO_VENV :- } " ]
88then
9- echo " Installing dependencies in a Python virtual environment"
109 python3 -m venv --system-site-packages .venv
1110 . .venv/bin/activate
1211 pip install -r ../solver-fenics/requirements.txt
You can’t perform that action at this time.
0 commit comments