mirror of https://github.com/snare/voltron.git
Merge pull request #216 from yrp604/patch-1
Remove pip user mode when installing in a venv
This commit is contained in:
commit
cd141b56dd
|
@ -59,6 +59,7 @@ while getopts ":dsSb:v:" opt; do
|
||||||
;;
|
;;
|
||||||
v)
|
v)
|
||||||
VENV="${OPTARG}"
|
VENV="${OPTARG}"
|
||||||
|
USER_MODE=''
|
||||||
SUDO=''
|
SUDO=''
|
||||||
;;
|
;;
|
||||||
S)
|
S)
|
||||||
|
|
Loading…
Reference in New Issue