As @kojiro said, you don’t want to “run” this file. Source, as he says. It should get the "source" at startup. Sourcing simply means running every line in the file, including the one you want to run. If you want to make sure that the folder is in a certain environment variable of the path (as you think, from one of the comments to another solution), do
$ echo $PATH
At the command line. If you want to verify that your ~ / .bash_profile file is in its original state, either at startup, as it should be, or when you manually download it, enter the following line in the ~ / .bash_profile file:
$ echo "Hello I'm running stuff in the ~/.bash_profile!"
Mati Turner
source share