在OSX 10.7.4上安装heroku-toolbelt/2.32.9无法为bash正确设置路径。
为了解决这个问题,我创建了一个具有正确路径的.bash_profile:
$ cat ~/.bash_profile
export PATH=/usr/local/heroku/bin/:$PATH发布于 2012-10-14 10:26:44
相反,我这样做了:
$ touch ~/.bash_profile
export PATH=/usr/local/heroku/bin/:$PATHhttps://stackoverflow.com/questions/12812924
复制相似问题