bash: setup.sh: No such file or directory
I am getting an error bash: setup.sh: No such file or directory on installing ROS. What am I doing wrong?
Thanks!
Asked by Morpheus on 2011-11-21 15:41:54 UTC
I am getting an error bash: setup.sh: No such file or directory on installing ROS. What am I doing wrong?
Thanks!
Asked by Morpheus on 2011-11-21 15:41:54 UTC
Comments
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?
Asked by roehling on 2011-11-21 23:10:15 UTC
where you trying to find it?
Asked by noonv on 2011-11-21 17:07:02 UTC
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.
Asked by Guido on 2012-03-29 01:22:13 UTC