1 min readFeb 19, 2019
Hi,
Please make alias command for set the default python to 3.7.
In Ubuntu:
Open .bashrc file
sudo vi ~/.bashrc
Add this line to last line of .bashrc
alias python='/usr/local/bin/python3.7'
Close the file
source ~/.bashrc
OUTPUT: