So basically I tried to make changes to my path in my .bash_profile and save the changes but whenever I restart my terminal, it changes back to the default path and not the one ive set in .bash_profile
Ive tried to use the source ~/.bash_profile command but which i thought helped but somehow, when i restart the terminal, it doesnt change to the settings ive placed in .bash_profile
PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}"
export PATH
alias python=python3
alias pip=pip3
The expected output is when i type python in mac os terminal it should appear as python 3.7 and not python 2