Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 102 Bytes

python-cheatsheet.md

File metadata and controls

7 lines (6 loc) · 102 Bytes

Set python 2 as default interpreter

cd /usr/bin
sudo rm python
sudo ln -s python2 python