
3
kyran@Tweedledum:~/projects/pyjsbook$ ipython
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:05:08)
Type "copyright", "credits" or "license" for more information.
IPython 5.4.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
インストールで起こる問題の多くは、環境変数
PATH
の設定を間違えてしまうことが原因でしょ
う。この
PATH
には、メインの
Anaconda
ディレクトリと
Scripts
サブディレクトリの場所を指定
します。
Windows
では、次のようになるでしょう。
'...C:\\Anaconda;C:\\Anaconda\Scripts...
Windows 7
では、プログラム検索フィールドに「環境変数」と入力して「環境変数を編集」を
選び、環境変数にアクセスして調整します。
Windows 8 ...