Skip to content

Commit

Permalink
Allow overriding venv path using $VENV environment variable
Browse files Browse the repository at this point in the history
See #3 for discussion.
  • Loading branch information
tribut committed Jan 3, 2020
1 parent 4542301 commit 347a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VENV="/var/tmp/venv"
VENV="${VENV:-/var/tmp/venv}"
log(){ echo "$*" >&2; }

log "Running as $(id -u):$(id -g)"
Expand Down

0 comments on commit 347a76c

Please sign in to comment.