From b3bdef99cb3cd42520e9c415a2015a69564d2771 Mon Sep 17 00:00:00 2001 From: hahnec Date: Tue, 19 Mar 2024 02:26:25 +0100 Subject: [PATCH] feat(echo): add command to show localation of tcl libs --- plenopticam/scripts/bundling/pyinst2app_gh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plenopticam/scripts/bundling/pyinst2app_gh.sh b/plenopticam/scripts/bundling/pyinst2app_gh.sh index c96da85..53f7789 100755 --- a/plenopticam/scripts/bundling/pyinst2app_gh.sh +++ b/plenopticam/scripts/bundling/pyinst2app_gh.sh @@ -6,7 +6,7 @@ sudo rm -rf build dist # find python's site-packages path sp_path=$(python3 -c "import sysconfig; print(sysconfig.get_path('purelib'))") echo "$sp_path"/imageio/ -echo $(find / -type f -name "libtk*.dylib" 2>/dev/null) +echo $(locate libtk*.dylib) # run pyinstaller with provided options pyinstaller plenopticam/gui/top_level.py \