プログラミング初心者です。
いくらググっても出てこないので質問されていただきます。
前提・実現したいこと
Railsチュートリアルをローカル環境で進めようと開発環境の構築をしています。
VagrantやCentOSは構築済み
Railsのサーバーも無事に立ち、Bitbucketへのコミット、マージまで済んでいます。
発生している問題・エラーメッセージ
HerokuがPCにインストールされていないので、インストールをしようと下記のstandaloneコードを入力しました。
curl https://cli-assets.heroku.com/install.sh | sh
するとうまくインストールできず、-v でもコマンド自体が認識されません。
調べて出てくる多くの方のエラーがsudoだったり(試しました)
Add the Heroku CLI to your PATH using:
こちらのエラーだったりするので、解決法がわからず。
以下エラー文です。
This script requires superuser access. You will be prompted for your password by sudo. which: no heroku in (/home/vagrant/.rbenv/shims:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/.rbenv/shims:/home/vagrant/.rbenv/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/.rbenv/shims:/home/vagrant/.rbenv/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin:/home/vagrant/bin:/home/vagrant/bin) + [[ ! :/sbin:/bin:/usr/sbin:/usr/bin: == *\:/\u\s\r/\l\o\c\a\l/\b\i\n\:* ]] + echoerr 'Your path is missing /usr/local/bin, you need to add this to use this installer.' + echo 'Your path is missing /usr/local/bin, you need to add this to use this installer.' Your path is missing /usr/local/bin, you need to add this to use this installer. + exit 1
試したこと
一度vagrantフォルダごと削除し、ruby、railsを入れ直したりしましたが解決できませんでした。
補足情報(FW/ツールのバージョンなど)
必要な情報があれば追記いたします。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/06/13 11:34
2018/06/13 12:12
2018/06/14 14:26
2018/06/14 15:17
2018/06/14 17:00