diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-15 04:01:46 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-15 04:04:28 +0000 |
commit | e79dee11182826cb45dce036817c552543766742 (patch) | |
tree | c0302d20c06a1114e248af443742aedc61c2baaa | |
parent | 6def96f103da9714e2ce7cf85c2bf88d1e5bf0cf (diff) |
Trending: Add pip freeze
Change-Id: Ia81ed59f6f0480e84ef25c8e1fcc14bb77e083d6
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-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 \ |