我正在尝试使用Heroku部署我的应用程序,但是当我输入终端
时brew install heroku
我收到错误
heroku: macOS is required.
Error: An unsatisfied requirement failed this build.
我尝试了许多其他命令,例如
brew install heroku-toolbelt
但我仍然得到同样的错误。我的Mac目前是OS Sierra版本10.12.5
我跑的时候
brew doctor
我得到了
setting LD_* vars can break dynamic linking.
Set variables:
LD_LIBRARY_PATH: ~/.c9/local/lib
我该如何解决这个问题?