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?

Google Agent Development Kit の adk コマンドが見つからない

Last updated at Posted at 2025-04-18

結論から先に言うと

google-adkをpipインストール後、adkコマンドを実行しても command not foundになる。

~/.local/bin/

のパスが通っていなかった

パスを通す

export PATH="$HOME/.local/bin:$PATH"
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?