CC-2587: install script: use full path for airtime_virtual_env.pybundle
- fixed
This commit is contained in:
parent
d3776f4ea9
commit
6e82cb1e45
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\n*** Installing Python Libraries ***"
|
echo -e "\n*** Installing Python Libraries ***"
|
||||||
sudo /usr/lib/airtime/airtime_virtualenv/bin/pip install airtime_virtual_env.pybundle -E /usr/lib/airtime/airtime_virtualenv
|
sudo /usr/lib/airtime/airtime_virtualenv/bin/pip install ${SCRIPTPATH}/airtime_virtual_env.pybundle -E /usr/lib/airtime/airtime_virtualenv
|
||||||
|
|
||||||
echo -e "\n*** Patching Python Libraries ***"
|
echo -e "\n*** Patching Python Libraries ***"
|
||||||
PACHES=${SCRIPTPATH}/patches/*
|
PACHES=${SCRIPTPATH}/patches/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue