how to point python to python 3 code example
Example 1: transition from python 2 to 3 terminal
alias python="python3"
Example 2: update link python is python 3
$ \python --version
Python 2.7.6
Example 3: update link python is python 3
$ command python --version
Python 2.7.6