wting / autojump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"env: python: No such file or directory" everytime a user changes directory in Monterey 12.3

superandrew opened this issue · comments

Since Apple removed pythone2 from Monterey 12.3, autojumps fires an error everytime a user changes directory. Not sure if a fix is already available.

I see the behaviour is fixed in the branch wting_default_python3. So feel free to close the issue.

Thanks @superandrew. For those looking to install the python3 branch:

git clone git@github.com:wting/autojump.git
cd autojump/
git checkout wting_default_python3
./install.py

This should be the default!

Running brew upgrade autojump works for me. (Latest version is 22.5.3_3)