Show how you can add /home/<yourusername>/bin
to the $PATH
variable. Use $HOME
(or ~
) to
represent your home directory.
Show how you can add /home/<yourusername>/bin
to the $PATH
variable. Use $HOME
(or ~
) to
represent your home directory.
To do that you need to type in your terminal:
This change is only temporary (it works only in the current session of the shell). To make it permanent, add the line to your .bashrc file located in your home directory.
Ubuntu (and Debian based distros) automatically add
$HOME/bin
to the PATH if that directory is present. You can check this in~/.profile
: