macOS Catalina 10.15(beta) - Why is ~/.bash_profile not sourced by my shell?

前端 未结 9 619
北荒
北荒 2020-12-12 10:31

I want to set the environment variable I added below the line to ~/.bash_profile and ~/.profile but it didn\'t work.

export JBOSS_H         


        
9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 10:56

    If you for some reason (as me) don't want to rename/move your ~/.bash_profile file you can do the next things:

    1. Create a new file ~/.zprofile
    2. Type there source ~/.bash_profile
    3. Save and close
    4. Run a new terminal session

提交回复
热议问题