I have two python installations..
python
--> /Users/fraz/anaconda/bin/python
(python2.7)
python3.7
--> /usr/local/bin/python3.7
Now.. I want reassign the commands. Such that
python
points to python3.7
--> /usr/local/bin/python3.7
and python2
points to python2.7
/Users/fraz/anaconda/bin/python
How do i do this reassignment?