前提・実現したいこと
heroku --versionを実行しても、herokuのバージョンを見れません。
①which herokuを実行すると、herokuはインストールされていることがわかります。
(railsチュートリアルの2章を進めているところです。)→https://railstutorial.jp/chapters/toy_app?version=5.1#fig-demo_user_model
発生している問題・エラーメッセージ
[vagrant@localhost environment]$ heroku --version /home/linuxbrew/.linuxbrew/bin/heroku: 行 45: /home/linuxbrew/.linuxbrew/opt /heroku-node/share/node: バイナリファイルを実行できません
該当のソースコード
① [vagrant@localhost environment]$ which heroku /home/linuxbrew/.linuxbrew/bin/heroku ② [vagrant@localhost environment]$ brew tap heroku/brew && brew install heroku Updating Homebrew... Updating Homebrew... Warning: heroku/brew/heroku 7.42.2 is already installed and up-to-date To reinstall 7.42.2, run `brew reinstall heroku` ③ [vagrant@localhost environment]$ brew reinstall heroku ==> Downloading https://cli-assets.heroku.com/heroku-v7.42.2/heroku-v7.42.2.tar Already downloaded: /home/vagrant/.cache/Homebrew/downloads/18738f454c9030d4d2bfeea8f0695090da8446714363b7338f930ca4b399d178--heroku-v7.42.2.tar.xz ==> Reinstalling heroku/brew/heroku ==> Caveats To use the Heroku CLI's autocomplete -- Via homebrew's shell completion: 1) Follow homebrew's install instructions https://docs.brew.sh/Shell-Completion NOTE: For zsh, as the instructions mention, be sure compinit is autoloaded and called, either explicitly or via a framework like oh-my-zsh. 2) Then run $ heroku autocomplete --refresh-cache OR Use our standalone setup: 1) Run and follow the install steps: $ heroku autocomplete Bash completion has been installed to: /home/linuxbrew/.linuxbrew/etc/bash_completion.d ==> Summary ???? /home/linuxbrew/.linuxbrew/Cellar/heroku/7.42.2: 18,805 files, 47.4MB, built in 41 seconds
この後もう一度 brew tap heroku/brew && brew install heroku しようとしても、
heroku --version を実行しても「バイナリファイルを実行できません」というエラーメッセージが出てきてしまします。
試したこと
・brew tap heroku/brew && brew install heroku
補足情報(FW/ツールのバージョンなど)
・Homebrew: 2.4.3
Homebrew/linuxbrew-core (git revision 1d19e2; last commit 2020-07-04)
・rails: 6.0.3.2
・ruby: 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux]
回答1件
あなたの回答
tips
プレビュー