Skip to content
Snippets Groups Projects
Commit db084da9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use bob_dbmanage.py installed on the virtualenv

parent 67341a5d
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ fi
run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
# Downloads databases that may be missing (not shipped with python pkg)
if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --missing;
if [ -x ${PREFIX}/bin/bob_dbmanage.py ]; then
run_cmd ${PREFIX}/bin/bob_dbmanage.py all download --missing;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment