polewsaver.blogg.se

Update python debian
Update python debian












update python debian update python debian

I don't have any bash level scripts that call python2.7 with python so this change wouldn't be disruptive - while other systems would need their scripts adjusted accordingly if they did. This way, if Python2.7 is still needed, it can be called explicitly with python2.7 while simply calling python will default to Python3 because of the symbolic link. Sudo ln -s /usr/bin/python3 /usr/bin/python

update python debian

Since what I really wanted was to call Python3 with just python, I ran sudo rm /usr/bin/python Came here in 2019 because I develop in Python3 by default and came to the same conclusion as OP after seeing what'd be removed after running apt purge python














Update python debian