I have both python 3.5.2 and 3.6.6
:~$ python3
Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609] on linux
:~$ python3.6
Python 3.6.6 (default, Jun 28 2018, 04:42:43)
[GCC 5.4.0 20160609] on linux
How can make changes, so that, typing python3 itself will be 3.6.6 version. ? can anybody help