Skip to content

Commit 03011e5

Browse files
committed
Fixes for OSX installation script
1 parent d31f09c commit 03011e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_osx.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ then
3333
git clone https://github.com/dartsim/dart.git
3434
fi
3535
cd dart
36-
git checkout tags/v6.14.5
36+
git checkout tags/v6.13.2
3737
if [ -d "build" ] # In case of a previous attempt that has not been cleaned
3838
then
3939
sudo rm -rf build
@@ -115,7 +115,7 @@ make -j
115115
cd src/python
116116
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
117117

118-
cd ../../../../../..
118+
cd ../../../../../../..
119119

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

0 commit comments

Comments
 (0)