Skip to content

Commit

Permalink
fix venv_activate, see #1
Browse files Browse the repository at this point in the history
  • Loading branch information
artus40 committed Jan 3, 2018
1 parent bcaec77 commit 4723cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ venv_pip() {
# $venv_path must be set !
# It usually is by running venv_setup
venv_activate() {
set +o nounset
source "${venv_path}/bin/activate"
set -o nounset
}

venv_deactivate() {
Expand Down

0 comments on commit 4723cb2

Please sign in to comment.