Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos X64
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 16, 2024
1 parent 283e137 commit fc45f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/select-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -xe
version=$1

P_PATH=$(brew --prefix python@$version)/libexec/bin
P_PATH=$(brew --prefix --installed python@$version)/libexec/bin
PATH=$P_PATH:$PATH

# temporarily do not fail on unbound env vars so that this script can work outside GitHub Actions
Expand Down

0 comments on commit fc45f2f

Please sign in to comment.