CC-2016: Rearrange python scripts for reusability
-Added api_client to PYTHONPATH env variable
This commit is contained in:
parent
5c8719d90c
commit
079878e5f0
4 changed files with 9 additions and 4 deletions
|
@ -53,7 +53,7 @@ echo "* Python eggs Setup".PHP_EOL;
|
|||
AirtimeInstall::SetUpPythonEggs();
|
||||
|
||||
echo PHP_EOL."*** Pypo Installation ***".PHP_EOL;
|
||||
system("python ".__DIR__."/../pypo/install/pypo-install.py");
|
||||
system("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");
|
||||
|
||||
echo PHP_EOL."*** Recorder Installation ***".PHP_EOL;
|
||||
system("python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue