Python Version Dependency

Random thoughts

Python3 or python3.6?

which python3
which python3.6
cd /usr/bin
ls -lha | grep python
ln -s python3 python3.6
mv python3 python3_backup
sudo sudoclear
cd ~
python3