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

Adapt wrapper-script to new path for organizing virtual environments.

parent f54cdeec
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
ENV_SETUP_DIR=`pwd`
WORKING_DIR="$(dirname "$ENV_SETUP_DIR")"
EXE_DIR="$(basename "$ENV_SETUP_DIR")"
VENV_DIR=$WORKING_DIR/$1/$1
VENV_DIR=$WORKING_DIR/virtual_envs/$1
shift # replaces $1 by $2, so that $@ does not include the name of the virtual environment anymore
# sanity checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment