source ~/.bashrc 'no such file or directory'

asked 2017-05-15 05:34:00 -0500

prash319 gravatar image

updated 2017-05-15 05:36:49 -0500

gvdhoorn gravatar image

I am trying to install ROS Kinetic on Ubuntu 16.04. I am stuck in step1.6 Environment setup.

When I typed..

echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc

.. I got no response

And then when I typed..

source ~/.bashrc

.. i got..

bash: /opt/ros/kinetic/setup.bash: No such file or directory

What should I do? Kindly help. Thanks.

edit retag flag offensive close merge delete

Comments

2

How did you install ROS? Which tutorial did you follow?

What is the output of ls -al /opt/ros/kinetic?

gvdhoorn gravatar image gvdhoorn  ( 2017-05-15 05:48:10 -0500 )edit