Skip to content

Commit

Permalink
path to python failed; try this please
Browse files Browse the repository at this point in the history
 * https://github.com/maltfield/cross-platform-python-gui/runs/3277582501?check_suite_focus=true

2021-08-09T06:32:02.7933950Z ++ find /usr/local/Cellar/python -type f -wholename '*bin/python3*'
2021-08-09T06:32:02.7939180Z ++ sort -n
2021-08-09T06:32:02.7975100Z ++ uniq
2021-08-09T06:32:02.7976710Z ++ head -n1
2021-08-09T06:32:02.7978260Z find: /usr/local/Cellar/python: No such file or directory
2021-08-09T06:32:02.8167470Z + PYTHON_PATH=
2021-08-09T06:32:02.8189260Z ++ find /usr/local/Cellar/python -type f -wholename '*bin/pip3*'
2021-08-09T06:32:02.8196190Z ++ sort -n
2021-08-09T06:32:02.8254970Z ++ uniq
2021-08-09T06:32:02.8257090Z find: /usr/local/Cellar/python: No such file or directory
2021-08-09T06:32:02.8259850Z ++ head -n1
2021-08-09T06:32:02.8262370Z + PIP_PATH=
2021-08-09T06:32:02.8263350Z + APP_NAME=helloWorld
  • Loading branch information
maltfield committed Aug 9, 2021
1 parent 795533c commit a66b6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set -x
# SETTINGS #
############

PYTHON_PATH="`find /usr/local/Cellar/python -type f -wholename *bin/python3* | sort -n | uniq | head -n1`"
PIP_PATH="`find /usr/local/Cellar/python -type f -wholename *bin/pip3* | sort -n | uniq | head -n1`"
PYTHON_PATH="`find /usr/local/Cellar/python* -type f -wholename *bin/python3* | sort -n | uniq | head -n1`"
PIP_PATH="`find /usr/local/Cellar/python* -type f -wholename *bin/pip3* | sort -n | uniq | head -n1`"
APP_NAME='helloWorld'

PYTHON_VERSION="`${PYTHON_PATH} --version | cut -d' ' -f2`"
Expand Down

0 comments on commit a66b6bd

Please sign in to comment.