Where is the default terminal $PATH located on Mac?

后端 未结 4 1436
挽巷
挽巷 2021-01-30 00:52

I have been looking throughout the system but I cannot find it. When I do echo $PATH I get the stuff I added, plus the default path. I do not have a .profile, and I do have a .b

4条回答
  •  耶瑟儿~
    2021-01-30 01:32

    The .profile file on Mac is located in your user folder: ~/Users/youruser/ However, the .profile file is hidden. You can press Command+shift+. (command, shift, dot) while on Finder to see them.

提交回复
热议问题