I\'m just starting to learn Python and did search around a little, so forgive me if this has been asked and answered.
When running scripts through the command line/t
If you are using Linux, add the following into into ~/.bashrc alias python=python3 Restart the shell and type python and python3 should start instead of python2.
alias python=python3