I recently followed the steps to install jENV and Corretto-8. Unfortunately now whenever I open a new terminal I see the following:
Last login: XXXXXXX
/Users/username/.zshrc: command not found: jenv
/Users/username/.zshrc: command not found: jenv
Does anyone know how to fix this? I am truly at a loss.
find /some/dir/for/jENV -name jENV -ls
? orfind $HOME ...
orfind /usr/local ...
? Figure out where the file was created, and then change the configuration of jENV & Corr. to include that path in its setup information. Look for errors in the install log. Running out of ideas. Good luck. – Fenestrabrew install jenv
andbrew uninstall jenv
and the error stopped showing up – Meson