Unable to source .bash_profile in OSX Mojave (10.14.2)
Hi all,
Recently upgraded to Mojave (10.14.2). I ported my previous .bash_profile from High Sierra. When launching terminal (or source from cli), the file apparently is not read/implemented. None of the directives are implemented. I'm unable to export any of my path settings, CLI configs, or aliases. Did something change in Terminal on Mojave?
Here are the steps I've tried
- Added my backup .bash_profile file to my user home (~)
- Launched Terminal
- Seeing no change in the defaults, I typed
echo $PATH
expecting the output of the following
PATH="${PATH}:${JAVA_HOME}:${ANDROID_HOME}:${ANDROID_TOOLS}:${ANDROID_PLATFORM_TOOLS}:${SDKMANAGER}:${AVDMANAGER}:${NODE_MODULES}"
I instead get
/Users/michael.stelly/.nvm/versions/node/v10.15.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
I also tried this in user home
source ~/.bash_profile
That had no apparent effect
This is a serious issue as most of my development tools rely on their paths being found through $PATH.
Any help is most appreciated.
Regards,
Michael Stelly