Skip to content

Commit

Permalink
attempting to find the current binary and build more robust way to ca…
Browse files Browse the repository at this point in the history
…ll it directly as Microsoft keeps moving it around >:O

	2020-09-16T18:53:07.1001410Z + sudo /usr/local/Cellar/[email protected]/3.7.8_1/bin/python3 -m ensurepip
	2020-09-16T18:53:07.1427990Z sudo: /usr/local/Cellar/[email protected]/3.7.8_1/bin/python3: command not found
  • Loading branch information
maltfield committed Sep 16, 2020
1 parent f2edfd1 commit 657d12d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ set -x
# SETTINGS #
############

ls -lah /usr/local/Cellar/[email protected]/3.7.8_1/bin/python3
ls -lah /usr/local/Cellar/[email protected]/3.7.8_1/bin/
ls -lah /usr/local/Cellar/[email protected]/3.7.8_1
ls -lah /usr/local/Cellar/[email protected]
find /usr/local/Cellar/[email protected]

PYTHON_PATH='/usr/local/Cellar/[email protected]/3.7.8_1/bin/python3'
PIP_PATH='/usr/local/Cellar/[email protected]/3.7.8_1/bin/pip3'
APP_NAME='helloWorld'
Expand Down

0 comments on commit 657d12d

Please sign in to comment.