ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Add export PATH=/usr/bin:/bin
to your ~/.bashrc
. This should solve it.
2 | No.2 Revision |
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.