karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

Installed on rpm-based distro #52

Open tunnckoCore opened 9 years ago

tunnckoCore commented 9 years ago

Hi! That tool looks great, but it seem that something is wrong.

I install it from source on CentOS 6.6. But when try joe java it outputs warning message

$ python --version
Python 2.6.6
$ joe java
joe doesn't know the following gitignores:
java
Run `joe ls` to see list of available gitignores.
[]

and when run joe ls it outputs empty line.

Any ideas?