I am very new to being a developer, and I have just started using Ubuntu. I am currently trying to run elasticbeanstalk CLI on my terminal, but I always get "eb: command not found" error when I type "eb" into the terminal. I can only get it to work if I type in "source ~/.profile" after I start my terminal.
As far as I can tell, I have followed the installation guide pretty closely. My guess is that .profile isn't loaded every time I start the terminal. Is there anyway I can fix/automate this? .bash_profile and .bash_login doesn't exist on home directory, so I don't think that is interfering.
I'm also not familiar with terms like bash, gnome etc, would help if you guys are able to explain in a not-so-technical way.