Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 130 Bytes

File metadata and controls

5 lines (5 loc) · 130 Bytes

Link python to python2

You can symlink /usr/bin/python to python3 with

sudo ln -s /usr/bin/python3 /usr/bin/python