From 03011e51da861ebea800b08411cd5d15500be752 Mon Sep 17 00:00:00 2001 From: Konstantinos Chatzilygeroudis Date: Tue, 17 Sep 2024 23:40:54 +0300 Subject: [PATCH] Fixes for OSX installation script --- scripts/install_osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_osx.sh b/scripts/install_osx.sh index a1e38060..01506134 100755 --- a/scripts/install_osx.sh +++ b/scripts/install_osx.sh @@ -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 @@ -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