Friday 11 May 2018

How to change the default path of python in linux ?

Change the default path of python2.x to python3.x in linux.


    sudo ln -sf /usr/bin/python2.7 /usr/bin/python

No comments:

Post a Comment