Skip to content

Commit 657d12d

Browse files
committed
attempting to find the current binary and build more robust way to call 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
1 parent f2edfd1 commit 657d12d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/mac/buildDmg.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ set -x
2020
# SETTINGS #
2121
############
2222

23+
ls -lah /usr/local/Cellar/[email protected]/3.7.8_1/bin/python3
24+
ls -lah /usr/local/Cellar/[email protected]/3.7.8_1/bin/
25+
ls -lah /usr/local/Cellar/[email protected]/3.7.8_1
26+
ls -lah /usr/local/Cellar/[email protected]
27+
find /usr/local/Cellar/[email protected]
28+
2329
PYTHON_PATH='/usr/local/Cellar/[email protected]/3.7.8_1/bin/python3'
2430
PIP_PATH='/usr/local/Cellar/[email protected]/3.7.8_1/bin/pip3'
2531
APP_NAME='helloWorld'

0 commit comments

Comments
 (0)