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

Revision history [back]

Yes this is possible, but you need to be careful about ~/.bashrc file, because the source commands there can change your environments paths. I will suggest not to add source ~/catkin_ws/devel_setup.bash to ~/.bashrc, just manually do for each terminal if you are not that lazy.

and then create a virtual env with conda with your desired python3 version and your packages that you would like to use.