set alias python=/lib/python code example
Example 1: update link python is python 3
$ \python --version
Python 2.7.6
Example 2: update link python is python 3
$ command python --version
Python 2.7.6
$ \python --version
Python 2.7.6
$ command python --version
Python 2.7.6