Skip to content

Commit

Permalink
Fixes for OSX installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 17, 2024
1 parent d31f09c commit 03011e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ then
git clone https://github.com/dartsim/dart.git
fi
cd dart
git checkout tags/v6.14.5
git checkout tags/v6.13.2
if [ -d "build" ] # In case of a previous attempt that has not been cleaned
then
sudo rm -rf build
Expand Down Expand Up @@ -115,7 +115,7 @@ make -j
cd src/python
sudo python3 setup.py install --root=/opt/magnum/lib --install-purelib=python3/site-packages --install-platlib=python3/site-packages --install-scripts=python3/scripts --install-headers=python3/include --install-data=python3/data

cd ../../../../../..
cd ../../../../../../..

export PYTHONPATH=/opt/magnum/lib/python3/site-packages:$PYTHONPATH

Expand Down

0 comments on commit 03011e5

Please sign in to comment.