I have an alias earlier to start old pycharm version. Now I have downloaded the new version and would like to start the new one. The earlier alias is kept coming even after I removed the old alias in .bash_profile and rebooted my system.
$ pycharm-start
bash: /home/bharath/Downloads/pycharm-**2019.2.3**/bin/pycharm.sh: No such file or directory
$grep pycharm-start .bash_profile
alias pycharm-start='/home/bharath/Downloads/pycharm-**2020.2**/bin/pycharm.sh'
$reboot
$ pycharm-start
bash: /home/bharath/Downloads/pycharm-2019.2.3/bin/pycharm.sh: No such file or directory
If I source the .bash_profile then it will take the new alias. Please let me know what I am missing here?
Regards, Bharath