Unix: Getting Export PATH to “Stick”

前端 未结 6 1614
长发绾君心
长发绾君心 2021-02-09 13:19

When setting the export path in Unix, example:

export PATH=$PATH: $EC2_HOME/bin

If I quit terminal and open it back up to continue working, I h

6条回答
  •  一向
    一向 (楼主)
    2021-02-09 14:06

    add it to your .bashrc or another .bash startup file.

提交回复
热议问题