"env: python: No such file or directory" everytime a user changes directory in Monterey 12.3
superandrew opened this issue ยท 4 comments
superandrew commented
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
I see the behaviour is fixed in the branch wting_default_python3
. So feel free to close the issue.
jaorsh commented
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
This should be the default!
lukeupup commented
Running brew upgrade autojump
works for me. (Latest version is 22.5.3_3
)