Skip to content

Commit 078f202

Browse files
committed
cleanup troubleshooting
1 parent 6b2cf3d commit 078f202

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/mac/buildDmg.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ 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-
2923
PYTHON_PATH="`find /usr/local/Cellar/[email protected] -type f -name python3.7 | head -n1`"
3024
PIP_PATH="`find /usr/local/Cellar/[email protected] -type f -name pip3.7 | head -n1`"
3125
APP_NAME='helloWorld'

0 commit comments

Comments
 (0)