How to: How to add a directory to my path? #solution #development #it
How to: How to add a directory to my path? #solution #development #it
How to add a directory to my path?
How do I add a directory to my $PATH in Ubuntu and make the changes permanent?
Answer [by Ophidian]: How to add a directory to my path?
Edit .bashrc in your home directory and add the following line:
export PATH=/path/to/dir:$PATH
You will need to source your .bashrc or logout/login (or restart the terminal) for the changes to take effect.
To source your .bas…
View On WordPress














