Set environment variables on Mac OS X Lion

后端 未结 16 1214
余生分开走
余生分开走 2020-11-22 11:01

When someone says \"edit your .plist file\" or \"your .profile\" or \".bash_profile\" etc, this just confuses me. I have no idea where these files are, how to create them if

16条回答
  •  抹茶落季
    2020-11-22 11:23

    Open Terminal:

    vi ~/.bash_profile
    

    Apply changing to system (no need restart computer):

    source ~/.bash_profile
    

    (Also work with macOS Sierra 10.12.1)

提交回复
热议问题