16
21

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 5 years have passed since last update.

python Anaconda のバージョンアップ

16
Posted at
Page 1 of 4

概要

2016/6 頃にインストールしたAnaconda-4.0.0を 2016/11 時点の最新版に更新する手順

環境

  • MacBook Pro (Mid 2012) with NVIDIA GeForce GT 650M 1024 MB
  • OS X El Capitan
  • Xcode 7.3 command-lineツールもインストール済
  • homebrew インストール済み
  • pythonの環境(更新前) Anaconda-4.0.0

手順

  1. terminal を起動
  2. conda list で condaコマンドが使えることを確認。
  3. conda update conda でconda自体の更新、Proceed ([y]/n)? と聞かれるので、 y
  4. conda update anaconda でanacondaの更新、Proceed ([y]/n)? と聞かれるので、 y

以上で更新完了


確認

  1. conda list で、Anacondaのバージョンが 4.2.0 になっていること
  2. Anaconda Navigatorを起動、独自に作った Environmentも問題なく使えること

参考、参照、Special Thanks

16
21
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
16
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?