Skip to content

Commit

Permalink
feat(echo): add command to show localation of tcl libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent 9e7f1f6 commit 8ff6860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plenopticam/scripts/bundling/pyinst2app_gh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8ff6860

Please sign in to comment.