I just downloaded Python 3.6.1, but when I type python3 -V in the terminal it\'s still Python 3.5.3. How can I make python3 point to
python3 -V
Python 3.5.3
python3
Worked Perfectly...
ln -sf /usr/bin/python3.5 /usr/bin/python3