ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Add export PATH=/usr/bin:/bin to your ~/.bashrc. This should solve it.

Add export PATH=/usr/bin:/bin to your .bashrc like this

echo "export PATH=/usr/bin:/bin" >> ~/.bashrc

Then source the .bashrc using source ~/.bashrc. This should solve it. or restart the terminal.