I got both python2 and python3 installed in my debian machine. But when i try to invoke the python interpreter by just typing \'python\' in bash, python2 pops up and not python3
Others have adviced you about the possible drawbacks, so, on the issue at hand:
ln -s $(which python3) /usr/local/bin/python