Merge pull request #216 from yrp604/patch-1

Remove pip user mode when installing in a venv
This commit is contained in:
snare 2017-10-24 10:52:14 -07:00 committed by GitHub
commit cd141b56dd
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ while getopts ":dsSb:v:" opt; do
;;
v)
VENV="${OPTARG}"
USER_MODE=''
SUDO=''
;;
S)