running python from terminal gives python 3.6, even though the sym link in usr/bin for python is set to 2.7. I also don't see an alias for python installed, when I type alias in the terminal. catkin_make seems to use python 3.6 instead of the 2.7 that it needs...
I only find posts how of how to set ubuntu to default to 3.6. ... what do I do the other way around, to default back to 2.7 after I installed Anaconda?
Edit: How do I switch back to python2 after Anaconda set python3 as the default? this worked to get the default python command to call python 2.7 again., but catkin_make still calls the 3.6 python...