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.

anaconda の取り扱い備忘録 ライブラリインストール

Posted at

#anaconda に pyserial をライブラリに追加したい。
良く忘れるので検索してヒットするように書き込みます。
よくよくプログラムから起動してしまい、環境書き込みエラーを起こしてしまう。初歩的なミスだが、まだ始めたばかりなのでライブラリの追加もてんやわんや。管理者権限が必要(自分のPCなのに!!)

#まずは管理者としてAnaconda promptを開く。
image.png
#そしてpromptに書き込む
元の記事(多分anacondaのページ)

conda install -c anaconda pyserial

#入っているか確認する
同じくanaconda promptに
 conda list
と記入して入っているか確認できる
image.png

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?