110
93

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経由でAnacondaやPandas、numpyなどのパッケージをアップデートする方法

Last updated at Posted at 2018-07-04

以下のコマンドをコンソールから打つ。
私はAnaconda Promptを使ってます。

Anaconda自体のアップデート

$ conda update -n base conda

Anacondaの全パッケージのアップデート

$ conda update --all

Anacondaの特定のパッケージのアップデート

$ conda update pandas

pandasの部分を任意のパッケージにすればOK

110
93
2

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
110
93

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?