문제

I need to add ~/bin directory in your path.

But I am not sure what the actual command for this is, I know it goes in my .bash_profile

Does anyone know this, or a tutorial on how to set up a new .bash_profile for a terminal on a new mac (UNIX)

도움이 되었습니까?

해결책

Add this to .bash_profile:

export PATH="$PATH":~/bin

If you don't have a .bash_profile, just create it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top