/catkin_ws/devel/setup.bash: Nenhum arquivo ou diretório

1

Como posso remover isso?

bash: /opt/ros/kinetic/setup.bash: No such file or directory
bash: /home/pro/catkin_ws/devel/setup.bash: No such file or directory
bash: /home/pro/catkin_ws/devel/setup.bash: No such file or directory
bash: /home/pro/catkin_ws/devel/setup.bash: No such file or directory
bash: /home/pro/catkin_ws/devel/setup.bash: No such file or directory
bash: /home/pro/catkin_ws/devel/setup.bash: No such file or directory

    
por Arthur 08.01.2017 / 09:18

1 resposta

1

O programa deixou algumas linhas desnecessárias no seu arquivo ~/.bashrc . gedit ~/.bashrc localize e exclua-os.

Esse source/opt/ros/jade/setup.bash foi adicionado pelo comando que você digitou na captura de tela: $ echo "source/opt/ros/jade/setup.bash" >> ~/.bashrc .

    
por pa4080 08.01.2017 / 13:24