bash: setup.sh: No such file or directory [closed]

asked 2011-11-21 14:41:54 -0500

Morpheus gravatar image

I am getting an error bash: setup.sh: No such file or directory on installing ROS. What am I doing wrong?

Thanks!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2012-05-28 08:38:50

Comments

where you trying to find it?
noonv gravatar image noonv  ( 2011-11-21 16:07:02 -0500 )edit
Please supply a few details (use the edit link directly below your question). Which operating system? Ubuntu? Which ROS version? Diamondback? Electric? Which installation instructions are you using? At which point are you stuck? Is this a new install or are you upgrading from a previous version?
roehling gravatar image roehling  ( 2011-11-21 22:10:15 -0500 )edit

If you run linux and use bash, try 'locate setup.sh' it will output the path to your setup.sh file. Then add 'source pathToSetupsh' to your .bashrc.

Guido gravatar image Guido  ( 2012-03-29 01:22:13 -0500 )edit