Skip to content

Commit

Permalink
macos: set PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 3, 2023
1 parent 5daa2bb commit 5a92c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PYVER=${PYTAG:2:1}.${PYTAG:3}
# setup brew dependencies
brew update
brew install --overwrite coreutils openblas swig boost python@${PYVER} tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo libxml2
export PATH=/Library/Frameworks/Python.framework/Versions/${PYVER}/bin:$PATH
python${PYVER} -m pip install delocate --break-system-packages
python${PYVER} -m pip debug --verbose

Expand Down

0 comments on commit 5a92c44

Please sign in to comment.