Make default python symbolic link to link to python3 (Change the Default Version in Ubuntu)


A simple safety way would be to use an alias, by placing:



alias python=python3



into  ~/.bashrc  or  ~/.bash_aliases file.













Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.