catkin tools installation on ROS melodic
Hey,
I have installed ROS melodic on 18.04 Ubuntu and I want now to install catkin. Which of the following command line should I use: sudo apt-get install python3-catkin-tools or sudo apt-get install python-catkin-tools
Thanks a lot for your help!
Cheers, Celine
sudo apt-get install python-catkin-tools
I suppose. The best "engineer" way is to try both and see whats working haha.