Hello. autojump-22.5.3-7 appears to be broken (Manjaro). After installing, the instructions say to add this to .bashrc:
[[ -s /home/josh/.cache/pacaur/autojump/pkg/autojump/etc/profile.d/autojump.sh ]] && source /home/josh/.cache/pacaur/autojump/pkg/autojump/etc/profile.d/autojump.sh
But this file does not exist. I added the line anyway, and opened a new terminal. No errors, but when I try to autojump, I get this:
> autojump proj
Traceback (most recent call last):
File "/usr/bin/autojump", line 39, in <module>
from autojump_argparse import ArgumentParser
ModuleNotFoundError: No module named 'autojump_argparse'
Following this recommendation, I then open a new terminal and try autojump again and this time it appears to work, but does not actually change the directory:
> autojump proj
/home/josh/Projects
> pwd
/home/josh
Not sure what else to try.
Pinned Comments