klequis / coding-notebook

notes on coding issues
MIT License
0 stars 0 forks source link

Add to path permenently #33

Open klequis opened 1 year ago

klequis commented 1 year ago

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 .bashrc, simply type

$ source ~/.bashrc