
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
Responder1
O programa deixou algumas linhas desnecessárias no seu ~/.bashrc
arquivo. gedit ~/.bashrc
encontre e exclua-os.
Este source/opt/ros/jade/setup.bash
foi adicionado pelo comando que você digitou na imagem: $ echo "source/opt/ros/jade/setup.bash" >> ~/.bashrc
.
Responder2
Eu também estava tendo esse problema, mas tive uma solução diferente. Estou usando zsh
e precisei mudar:
source ~/catkin_ws/devel/setup.bash
para
source ~/catkin_ws/devel/setup.zsh
no meu.zshrc