gitstats
gitstats copied to clipboard
Cannot find python2 for env
I try to run gitstats with Python 2.7.1 installed, however it says:
env: python2: No such file or directory
Pull request #61 should solve this issue (as well as Python 2 vs Python 3 compatibility).
I pull #61 ,still show the same error..(env: python2: No such file or directory)
@burnettzhong you can create a soft link for python2 like this:
ln -s /usr/bin/python python2