karan / joe

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

2 of 3 install methods didn't pull the data #16

Closed vmbb closed 9 years ago

vmbb commented 9 years ago

homebrew installed joe, but "joe ls" had no output

pip install installed joe, bu "joe ls" had no output

the git method worked fine!

jrhoads commented 9 years ago

Confirmed. also worked around this by pip installing then doing a git clone https://github.com/github/gitignore.git data from within the env/lib/python2.7/site-packages/joe This works

An admitted hack, not a solution, but it confirms the problem with the data directory

vmbb commented 9 years ago

Thank you sir. The project was listed in the ImportPython newsletter today, so you may get a small surge of folks grabbing the project.

On Jan 15, 2015, at 14:06, Joseph Rhoads notifications@github.com<mailto:notifications@github.com> wrote:

Confirmed. also worked around this by pip installing then doing a git clone https://github.com/github/gitignore.githttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_github_gitignore.git&d=AwMCaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=4mz7U9ZSQ4eAecnuE1iTE424Pvvtu6meCDXaE7eG_Qw&m=jAYoL_eZ1PVLccqwsTDVelMCbxYdePUn8SMbDjiTETs&s=o-pK5gks8ZYxeG8SjR9M9LsYTQSY0dk599-5BwnoiTg&e= data from within the env/lib/python2.7/site-packages/joe This works

An admitted hack, not a solution, but it confirms the problem with the data directory

— Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_karan_joe_issues_16-23issuecomment-2D70161605&d=AwMCaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=4mz7U9ZSQ4eAecnuE1iTE424Pvvtu6meCDXaE7eG_Qw&m=jAYoL_eZ1PVLccqwsTDVelMCbxYdePUn8SMbDjiTETs&s=_te8NEplufy6VnceYoErpTqXTDfreyzY0DbbIuUenUs&e=.

karan commented 9 years ago

This fixed pip.

Fixing homebrew is harder, github doesn't include submodules in releases. Trying to figure that out.

vmbb commented 9 years ago

To be honest, I was a bit surprised to see the homebrew install, but I liked it, since I use the tool on my mac ;)

On Jan 15, 2015, at 15:51, Karan Goel notifications@github.com<mailto:notifications@github.com> wrote:

This fixed pip.

Fixing homebrew is harder, github doesn't include submodules in releases. Trying to figure that out.

— Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_karan_joe_issues_16-23issuecomment-2D70177941&d=AwMCaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=4mz7U9ZSQ4eAecnuE1iTE424Pvvtu6meCDXaE7eGQw&m=MPhwbgcjoSb4IZcCSWwtgKcJTSA33N5Ee-fKLU5e68&s=rZb7lYpSMqYavn_SnvY_Eic2RaW2mXhbOu2Sk127-3Q&e=.

karan commented 9 years ago

All fixed. @vmbb, @jrhoads

brew update
brew install gitignore

This is what I see:

image

karan commented 9 years ago

Also, yay we got into a newsletter. :tada: