How to modify and add a directory to PATH environment variable setting
See what is your current PATH is by commandline: echo $PATH use command export : for example if you want to add this "~/opt/bit/bin" to your PATH then use command export ...
See what is your current PATH is by commandline: echo $PATH use command export : for example if you want to add this "~/opt/bit/bin" to your PATH then use command export ...