在.bash_profile上为npm包更正$ PATH(Sublime)

时间:2017-11-22 13:14:26

标签: bash macos npm sublimetext3

所以我觉得我搞砸了我的$ PATH设置,现在只有一些我的Sublime Text包正在运行。例如,我刚刚添加了Minify(全局),我可以在包下拉菜单中看到它,但命令没有做任何事情。

到目前为止,我所知道的内容之间存在差异 ./npm-packages/ 和 的/ usr / local / bin中

我的.bash_profile目前看起来像这样:

source ~/.profile

[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

# Setting PATH for Python 3.4
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
PATH="/usr/local/bin:$PATH”
PATH="~/.npm-packages/bin:$PATH”
export PATH

在系统操作方面我不是很好,所以如果有人知道我做错了什么,那将非常感激。

0 个答案:

没有答案