CC-2586: airtime-check-system checks system pacakge

- fixed
This commit is contained in:
james 2011-07-22 09:09:40 -04:00
parent 6e82cb1e45
commit e10c468aac

View file

@ -259,7 +259,7 @@ class AirtimeCheck {
}
private static function CheckPythonLibrary($lib, $minVersion){
$command = "pip freeze | grep $lib";
$command = "/usr/lib/airtime/airtime_virtualenv/bin/pip freeze | grep $lib";
exec($command, $output, $result);
$status = AirtimeCheck::CHECK_FAILED;