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.
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 $@
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 :When I type "python" as a command in my terminal it outputs this :
Am I doing something wrong or is it my OS ?