在路径中添加〜/ bin目录

Flu*_*ine 6 macos terminal .bash-profile

我需要在你的路径中添加〜/ bin目录.

但我不确定这个实际的命令是什么,我知道它在我的.bash_profile中

有没有人知道这个,或者有关如何在新mac上为终端设置新的.bash_profile的教程(UNIX)

use*_*254 10

将其添加到.bash_profile:

export PATH="$PATH":~/bin

如果您没有.bash_profile,只需创建它.