cygwin modify the path variables

1, home directory to establish  .bash_profile file.

2, the document added:

export PATH=/my/path/:$PATH

3, explanation, / my / path / to the directory you want to add, why not modify the .bashrc? Because according to the rules, .bashrc .bash_profile calls, the system refers to the actual implementation of .bash_profile

Guess you like

Origin www.cnblogs.com/litifeng/p/11621451.html