From e79dee11182826cb45dce036817c552543766742 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 15 Apr 2021 04:01:46 +0000 Subject: Trending: Add pip freeze Change-Id: Ia81ed59f6f0480e84ef25c8e1fcc14bb77e083d6 Signed-off-by: Tibor Frank --- resources/tools/presentation/run_cpta.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit 1.2.3-korg