I have installed Python 3.6.5 however when i type Python it shows Python 2.7.5. Id like to use Python 3.
[aravind@aravind05 Python-3.6.5]$ python3 --version
Python 3.6.5
[aravind@aravind05 Python-3.6.5]$ python
Python 2.7.5 (default, Apr 11 2018, 07:36:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
I want to use Python 3