Cal Poly | NetApp
Posts tagged Terminal
Setting Bash Environment Variables
Jul 3rd
If you are using the shell in Ubuntu and want to change your $PATH or $HOME variable permanently and not on a per session basis, the easiest way, IMO, is to simply edit ~/.bashrc. Adding the following line to .bashrc will add some directories to your $PATH variable:
‘export PATH=$PATH:/path/to/some/dirs:/path/to/some/more/dirs’
![[Google]]( http://ericosgood.com/wp-content/plugins/easy-adsenser/google-light.gif)
Recent Comments