aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-04-15 04:01:46 +0000
committerTibor Frank <tifrank@cisco.com>2021-04-15 04:04:28 +0000
commite79dee11182826cb45dce036817c552543766742 (patch)
treec0302d20c06a1114e248af443742aedc61c2baaa
parent6def96f103da9714e2ce7cf85c2bf88d1e5bf0cf (diff)
Trending: Add pip freeze
Change-Id: Ia81ed59f6f0480e84ef25c8e1fcc14bb77e083d6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rwxr-xr-xresources/tools/presentation/run_cpta.sh2
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 \