Skip to content

Commit 6b85e53

Browse files
committed
fix install script typo
1 parent 2681854 commit 6b85e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-ompl-ubuntu.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_python_binding_dependencies()
2323
sudo -H pip${PYTHONV} install -vU pygccxml pyplusplus
2424
# install castxml
2525
wget -q -O- https://data.kitware.com/api/v1/file/5b68c2c28d777f06857c1f48/download | tar zxf - -C ${HOME}
26-
export PATH=${HOME}/castxml/bin/castxml:${PATH}
26+
export PATH=${HOME}/castxml/bin:${PATH}
2727
sudo apt-get -y install libboost-python-dev
2828
if [[ $ubuntu_version > 1710 ]]; then
2929
sudo apt-get -y install libboost-numpy-dev python${PYTHONV}-numpy

0 commit comments

Comments
 (0)