Closed EricWang1hitsz closed 5 years ago
Did you add export DEVEL_DIR=...
to your bashrc ?
Not yet, you mean that addexport DEVEL_DIR=/local/devel/hpp/install/bin
?
export DEVEL_DIR=/local/devel/hpp
I tried, but it didn't work.
export DEVEL_DIR=/local/devel/hpp
source local/devel/hpp/config.sh
should work. Check you environment variables.
I did it !
hit@:~$ echo $PATH /install/sbin:/install/bin:/opt/ros/kinetic/bin:/home/hit/bin:/home/hit/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
hit@:~$ echo $DEVEL_DIR /local/devel/hpp
The variable is DEVEL_HPP_DIR, and not DEVEL_DIR. I mixed up with old instructions.
It works! thanks very much!
DONE:
bash
as the default shell script language; 2.Add thesource local/devel/hpp config.sh
to the .bashrc file.ERROR: I open the terminal and type
hppcorbaserver
, but it appears the error:hppcorbaserver: command not found
.I wonder why this error happens?