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:
Sergey Skripnick 2015-06-05 14:29:44 +03:00
parent 40ed750a6e
commit e8fbd0d2a1

View File

@ -483,7 +483,7 @@ do
case "$1" in
-d|--target)
shift
VENVDIR=$1
VENVDIR=$(readlink -m "$1")
;;
-h|--help)
print_usage