When runing rosject with kinetic distro can't find catkin_make

Hi there
When runing rosject with kinetic distro can’t find catkin_make : i faced this issue alot and a could fix it but when restart the workspace it come back again i think administrator fix would help fix the machine and ros installation

Hi,

Can you execute the command

rosenv

In the terminal? It seems that you dont have the sourcing correctly.

yeah think you sur i found the sulution by runing

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

source /opt/ros/kinetic/setup.bash

and that’s it