刚刚在Mac OSX Mavericks上下载并安装了anaconda 3.6.2,我需要安装一个seaborn未预装anaconda 的软件包.
$ conda install seaborn
Fetching package metadata: ..
Error: No packages found in current osx-64 channels matching: seaborn
You can search for this package on Binstar with
binstar search -t conda seaborn
You may need to install the Binstar command line client with
conda install binstar
Run Code Online (Sandbox Code Playgroud)
接下来我尝试使用pip安装包
$ which pip
/Users/username/anaconda/bin/pip
$ pip install seaborn
Could not find an activated virtualenv (required).
Run Code Online (Sandbox Code Playgroud)
尝试root再次激活Anaconda env,但仍然无法正常工作
$ source activate root
discarding …Run Code Online (Sandbox Code Playgroud)