Gopherus
Gopherus copied to clipboard
error
File "/home/sajeesh/Gopherus/gopherus.py", line 28 print colors.green + """ ^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
└─$ sudo bash install.sh /usr/bin/python2: No module named pip /usr/bin/python2: No module named pip
@Sajeeshab, Please install pip.
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py