【问题标题】:adding ~/bin directory in your path [closed]在路径中添加 ~/bin 目录[关闭]
【发布时间】:2013-05-03 20:25:01
【问题描述】:

我需要在你的路径中添加 ~/bin 目录。

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

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

【问题讨论】:

标签: macos terminal .bash-profile


【解决方案1】:

将此添加到 .bash_profile:

export PATH="$PATH":~/bin

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-09
    • 1970-01-01
    • 2013-09-04
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多