marvin-ai/marvin-python-toolbox

Change modifications from .bash_profile to .profile

Closed this issue · 1 comments

I was wondering why I had to call source ~/.bash_profile everytime I opened a new terminal window and according to this post the bash_profile is not used on Ubuntu with the graphical enviroment, leading to the necessity to call it manually everytime. It might be a better option point the changes to the system enviroment to .profile file as the link states that it is called everytime a new window is opened.

You can force the ~/.bash_profile load by adding the following command in ~/.bashrc file

source ~/.bash_profile

And every time you open a new session, the ~/.bash_profile will be loaded automatically