在我看来,当我以前从终端运行以下命令时:
conda create -n envname python=3.5 anaconda
在The following NEW packages will be INSTALLED
下,有几十个包的列表,包括numpy
,pandas
,matplotlib
等。
现在,当我运行该命令时,它只列出了六个包:anaconda
,pip
,python
,setuptools
,vs2015_runtime
和{{1} }。
为了让conda安装所有默认的anaconda软件包,我需要做些什么吗?也许使用那个wheel
python库?
编辑:在Windows 7和Red Hat Linux服务器上都会发生这种情况。