3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

'heroku' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。

Last updated at Posted at 2021-08-29

#環境

  • OS : Windows10
  • Heroku : 7.53.0

#環境パスを通す(path)
コマンドプロンプトでherokuと入力したとき、
'heroku' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。
というエラーが出た場合、パスが正しく通っていないので、パスを設定します。

###システムの詳細設定の表示を開く
image.png

###環境変数を開く
image.png

##Pathの設定をする
システム環境変数からPathを探し、選択して編集を押してください。
image.png

###Herokuのパスを追加する
新規を押して、

C:\Program Files\Heroku\bin

を追加してください。
Herokuをダウンロードした際、デフォルト設定だったら、C:\Program Files\Heroku\binのパスだと思います。
もし、ほかの場所に展開した場合は、その場所のパスを入力してください。

image.png

OKを押して終了します。
もし設定する前にコマンドプロンプトを開いていた場合は、そのコマンドでは設定が反映されないので、閉じて新しいコマンドを開いてください。

image.png

#参考HP
Windowsの環境パスを通す(path)
Herokuが内部コマンドまたは外部コマンドとして認識されない(Windows)

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?