How to add to bash $PATH permanently on Linux
To add a directory to your $PATH environment variable on a Linux system permanently, you can edit the shell profile file. The exact file you need to edit depends on your shell. For the bash shell, you can add a directory to the $PATH environment variable by editing the .bashrc file in your home directory. … Read more