wting / autojump

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

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

Open superandrew opened 2 years ago

superandrew commented 2 years ago

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.

superandrew commented 2 years ago

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

jaorsh commented 2 years ago

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
jakemumu commented 2 years ago

This should be the default!

lukeupup commented 2 years ago

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