Skip to content
Snippets Groups Projects
Commit 28e07b76 authored by Michael Langguth's avatar Michael Langguth
Browse files

Correction for working directory in install_venv_container.sh.

parent aa2dd6c5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ BASE_DIR="$(pwd)"
VENV_DIR=$1
VENV_NAME="$(basename "${VENV_DIR}")"
VENV_BASE="$(dirname "${VENV_DIR}")"
WORKING_DIR="$(dirname "${VENV_BASE}")"
VENV_REQ=${BASE_DIR}/requirements.txt
# sanity checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment