wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.08k stars 703 forks source link

autocomplete does not install correctly in python 2 #623

Open mscottnelson opened 3 years ago

mscottnelson commented 3 years ago

Tested python version: 2.7.17

At least in my case, I installed autojump using install.py from master at https://github.com/wting/autojump/commit/06e082c91805cb022900819b2e0881eeae780d58. 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.