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
Well, you can simply create a virtualenv with the python3.x using this command:
virtualenv
virtualenv -p