diff options
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 1aa5703162..043ac17834 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -22,6 +22,8 @@ source ${DIR[WORKING]}/env/bin/activate # Install python dependencies: pip3 install -r requirements.txt +pip3 freeze requirements.txt + export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python STATUS=$(python pal.py \ |