From 8ff686045f246e86612798d92b211610ea7c2d05 Mon Sep 17 00:00:00 2001 From: hahnec Date: Tue, 19 Mar 2024 01:59:39 +0100 Subject: [PATCH] feat(echo): add command to show localation of tcl libs --- plenopticam/scripts/bundling/pyinst2app_gh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plenopticam/scripts/bundling/pyinst2app_gh.sh b/plenopticam/scripts/bundling/pyinst2app_gh.sh index c20e543..c96da85 100755 --- a/plenopticam/scripts/bundling/pyinst2app_gh.sh +++ b/plenopticam/scripts/bundling/pyinst2app_gh.sh @@ -6,6 +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) # run pyinstaller with provided options pyinstaller plenopticam/gui/top_level.py \