Homebrew Autojump with brewed Python "No module named autojump_argparse"
Created by: ilkka
Just installed autojump git head with Homebrew to mitigate #228 (closed) and got this when trying tab completion:
$ j Aa<tab>Traceback (most recent call last):
File "/usr/local/bin/autojump", line 41, in <module>
from autojump_argparse import ArgumentParser
ImportError: No module named autojump_argparse
I'm using homebrew python 2.7 in that it is on the path before system python.