wting / autojump

A cd command that learns - easily navigate directories from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete does not install correctly in python 2

mscottnelson opened this issue · comments

Tested python version: 2.7.17

At least in my case, I installed autojump using install.py from master at 06e082c. The installation script partially worked in python 2.7 (my #!/usr/bin/env python), but seemed to fail to copy over autojump.zsh to share/autojump/autojump.zsh

The copy succeeded with python 3.7, but autocompletion was still not functional (presumably due to running in python 2). I have not had an opportunity investigate further.