I am having issues where the paths I created in source ~/.profile
are not being used at all. I confirmed the paths I created by executing echo $PATH
--- all of my custom-made paths in .profile show up.
Separately, I checked for ~/.bash_profile
and ~/.bash_login
and both do not exist (are completely empty when I sudo pico). I also confirmed I'm in the .zsh shell if that matters.
So as an example, I have an openssl 3.0 installation in one of the defined paths in /.profile. However, when I which openssl
it is returning usr/bin/openssl
which is not the path in my .profile.
Thoughts?