2
「.bashrcまたはAnacondaのインストール場所を追加する」とはどういう意味ですか?
ルートからAnacondaをインストールしました。インストールが完了すると、端末画面に次のメッセージが表示されました。 Python 2.7.8 :: Continuum Analytics, Inc. creating default environment... installation finished. Do you wish the installer to prepend the Anaconda install location to PATH in your /root/.bashrc ? [yes|no] [no] >>> no You may wish to edit your .bashrc or prepend the Anaconda install location: $ export PATH=/usr/bin/anaconda/bin:$PATH Thank …