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

Revision history [back]

You can use an alias in ubuntu

just edit the "~/.bashrc" or the "~/.bash_aliases" file and add: alias python3=python

Test it:

$ python --version
Python 2.7.12
$ python3 --version
Python 3.5.2

enjoy!