illuminatedwax / pesterchum

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Other
99 stars 50 forks source link

Ubuntu : "python2.6: not found" #240

Open Heartbeatroot opened 6 years ago

Heartbeatroot commented 6 years ago

I downloaded Pesterchum's source from this blog post : http://omegaupdate.freeforums.net/thread/80/pesterchum Opened a terminal and type: sudo apt-get install python-qt4 Then typed: sudo apt-get install python-pygame Then I got to the "pesterchum" directory witch was the .tar.gz extracted Finally I typed ./pesterchum Here is the output :

~/Documents/Homestuck/Pesterchum/pesterchum$ ./pesterchum./pesterchum: 4: ./pesterchum: python2.6: not found

When I type "python" as a command in my terminal it outputs this :

Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

Am I doing something wrong or is it my OS ?

Heartbeatroot commented 6 years ago

Ok, finally I have found the source of the problem. I just needed to change the pesterchum.sh from python2.6 pesterchum.py $@ to python2.7 pesterchum.py $@