gitstats icon indicating copy to clipboard operation
gitstats copied to clipboard

Cannot find python2 for env

Open burnettzhong opened this issue 8 years ago • 3 comments

I try to run gitstats with Python 2.7.1 installed, however it says: env: python2: No such file or directory

burnettzhong avatar Mar 11 '16 09:03 burnettzhong

Pull request #61 should solve this issue (as well as Python 2 vs Python 3 compatibility).

ari3s avatar Mar 11 '16 10:03 ari3s

I pull #61 ,still show the same error..(env: python2: No such file or directory)

CheneyZJ avatar Jul 23 '16 17:07 CheneyZJ

@burnettzhong you can create a soft link for python2 like this: ln -s /usr/bin/python python2

xuanskyer avatar Jul 11 '19 12:07 xuanskyer