0
0

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.

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

Last updated at Posted at 2022-03-20

理由はpathが通っていないため

pip show awsebcli

と打ち、awsebcliがあるロケーションを確認

Location: c:\users\[ユーザー名]\appdata\roaming\python\python39\site-packages

が分かり、ユーザー環境変数のpathにこれを追加したが、改善されなかった。

解決方法

C:\Users\[ユーザー名]\AppData\Roaming\Python\Python39\Scripts

をpathに通す

Scriptsフォルダにeb.exeがあるから??

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?