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

【windows】環境変数

Posted at

__内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。というエラーが出る時の__対処法

対処法

例として__pip__が内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。という__エラー__が出たとき、

__pip.exe__のファイルがあるディレクトリを__環境変数__に指定する。

手順1
pip.exeの場所を見つける。例として以下の場所にpip.exeがあるとする。

C:\Users\user\Anaconda3\Scripts\pip.exe

手順2
windowsの検索で__環境変数を編集__を開く。
そして、__userのユーザー環境変数(U)__の__path__をクリック。

環境変数.jpg

すると以上のようなのが表れる。

そして、以下のように編集を押し、pip.exeがあるディレクトリのpathを設定する。
環境変数2.jpg

これで下の__OK__を押して設定完了!!

あとは__再起動__する。
すると__環境変数__に設定した__ディレクトリにあるexe__のファイルを自動的に読み込むことができ、エラーが出なくなる。

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