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?

pioが認識されない

Last updated at Posted at 2024-12-20

発端

ESP32モジュールを使って監視システムを構築しようとPlatformIOを使っていたとき
pioコマンドを打った際に以下の現象に直面。
the term pio is nore recognized as aname of a cmd let....

image.png

pioが使えないと話にならない為、アンインストールとインストールを繰り返してみるも結果は不調。

そこで、直接パスを叩いてコマンドを確認。
どうやら本体はあるらしい。
"C:\Users\<ユーザー名>\.platformio\penv\Scripts"の中にpio.exeがあった。
image.png

つまり

環境変数の追加が不完全だった。
ということで、
image.png

無事に動いた( ´∀`)bグッ!

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?