Sto usando il gestore di pacchetti homebrew su Mac OSX e ho installato il pacchetto heroku-toolbelt, che dovrebbe includere git, heroku CLI e caposquadra. Sembra solo per includere i primi due:Installato heroku-toolbelt con homebrew e caporeparto non incluso
$ brew info heroku-toolbelt
heroku-toolbelt: stable 3.20.0
https://toolbelt.heroku.com/other
/usr/local/Cellar/heroku-toolbelt/3.20.0 (438 files, 3.5M) *
Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/heroku-toolbelt.rb
$ which heroku
/usr/local/bin/heroku
$ which foreman
$ heroku --version
heroku-toolbelt/3.21.4 (x86_64-darwin13.0) ruby/2.1.2
$ foreman
bash: foreman: command not found
Tutte le idee perché non è che appaiono? Molte grazie in anticipo.
Ho dimenticato una cosa. Puoi anche scaricare Foreman dal [source] (https://github.com/ddollar/foreman). –