Tuesday, April 12, 2016

Python Version

Python2 is the default Python version in Ubuntu. To change to python3, you can use the following command:

alias python=python3

This will change the default version to Python3.

To revert back:

alias python=python2

No comments:

Post a Comment