I have created a virtual environment and on the terminal when every I run the below command, Python3 starts up by default.
$ env/bin/python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:49:35)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Can someone tell me how i can get this fixed.