Use absoulote path to venv in installation script
Activation script should work when called from any directory. Closes-Bug: 1461336 Change-Id: I5aa3699d48ebe2735d273791888826edd4878c64
This commit is contained in:
parent
40ed750a6e
commit
e8fbd0d2a1
@ -483,7 +483,7 @@ do
|
||||
case "$1" in
|
||||
-d|--target)
|
||||
shift
|
||||
VENVDIR=$1
|
||||
VENVDIR=$(readlink -m "$1")
|
||||
;;
|
||||
-h|--help)
|
||||
print_usage
|
||||
|
Loading…
Reference in New Issue
Block a user