We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2681854 commit 6b85e53Copy full SHA for 6b85e53
install-ompl-ubuntu.sh.in
@@ -23,7 +23,7 @@ install_python_binding_dependencies()
23
sudo -H pip${PYTHONV} install -vU pygccxml pyplusplus
24
# install castxml
25
wget -q -O- https://data.kitware.com/api/v1/file/5b68c2c28d777f06857c1f48/download | tar zxf - -C ${HOME}
26
- export PATH=${HOME}/castxml/bin/castxml:${PATH}
+ export PATH=${HOME}/castxml/bin:${PATH}
27
sudo apt-get -y install libboost-python-dev
28
if [[ $ubuntu_version > 1710 ]]; then
29
sudo apt-get -y install libboost-numpy-dev python${PYTHONV}-numpy
0 commit comments