Después de instalar Heroku Toolbelt, en la terminal de Mac al intentar ejecutar el siguiente comando:comando Heroku no encontrado
heroku
me sale el error:
bash: heroku: command not found
Cuando hago:
gem environment
obtengo:
- RUBYGEMS VERSION: 1.3.6
- RUBY VERSION: 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin11.0]
- INSTALLATION DIRECTORY: /Library/Ruby/Gems/1.8
- RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
- EXECUTABLE DIRECTORY: /usr/bin
- RUBYGEMS PLATFORMS:
- ruby
- universal-darwin-11
- GEM PATHS:
- /Library/Ruby/Gems/1.8
- /Users/Bart/.gem/ruby/1.8
- /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
He intentado añadir varios caminos a $ PATH, pero nada funciona ...
¿Ha reiniciado su caparazón? O simplemente ejecute 'source ~/.bashrc' o' source ~/.bash_profile'? – pjam
Me está sucediendo exactamente lo mismo. Estoy en OSX 10.8.1 –
En la parte inferior de http://toolbelt.heroku.com dice "El cliente de la línea de comando heroku se instalará en/usr/local/heroku y el ejecutable se vinculará simbólicamente como/usr/bin/heroku ". Para mí,/usr/bin/heroku no existe después de ejecutar el instalador. ¿Está ahí para ti? –