How to add /usr/local/bin in $PATH on Mac

前端 未结 6 1423
臣服心动
臣服心动 2020-12-07 08:39

When I do \'open .profile\' in the terminal I have the following:

export PATH=$PATH:/usr/local/git/bin 

Now I installed node.js for Mac and

6条回答
  •  星月不相逢
    2020-12-07 09:10

    I've had the same problem with you.

    cd to ../etc/ then use ls to make sure your "paths" file is in , vim paths, add "/usr/local/bin" at the end of the file.

提交回复
热议问题