We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31f09c commit 03011e5Copy full SHA for 03011e5
scripts/install_osx.sh
@@ -33,7 +33,7 @@ then
33
git clone https://github.com/dartsim/dart.git
34
fi
35
cd dart
36
-git checkout tags/v6.14.5
+git checkout tags/v6.13.2
37
if [ -d "build" ] # In case of a previous attempt that has not been cleaned
38
then
39
sudo rm -rf build
@@ -115,7 +115,7 @@ make -j
115
cd src/python
116
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
117
118
-cd ../../../../../..
+cd ../../../../../../..
119
120
export PYTHONPATH=/opt/magnum/lib/python3/site-packages:$PYTHONPATH
121
0 commit comments