ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't have an answer but a workaround: ln -s /usr/bin/python3 ~/.local/bin/python
, so that python is python3 (of course ~/.local/bin
must be before /usr/bin
in $PATH
.