文章目录
anaconda安装教程
一、anaconda安装包的下载
1.打开浏览器输入anaconda镜像
2.打开anaconda安装包列表
3.anaconda版本对应的python版本
Release datecondapython2.7python3.4python3.5python3.6python3.7python3.82015-02-253.4.32015-05-232.7.102015-09-133.5.02015-12-052.7.112015-12-073.5.12015-12-213.4.42016-03-29conda 4.0.5Anaconda2-4.0.0 (python 2.7.11)Anaconda3-4.0.0 (python 3.5.1)2016-06-28conda 4.1.4Anaconda2-4.1.0 (python 2.7.11)Anaconda3-4.1.0 (python 3.5.1)2016-06-252.7.122016-06-273.4.53.5.22016-07-08conda 4.1.6Anaconda2-4.1.1 (python 2.7.12)Anaconda3-4.1.1 (python 3.5.2)2016-09-28conda 4.2.9Anaconda2-4.2.0 (python 2.7.12)Anaconda3-4.2.0 (python 3.5.2)2016-12-172.7.132016-12-233.6.02017-01-173.4.63.5.32017-01-31conda 4.3.8Anaconda2-4.3.0 (python 2.7.13)Anaconda3-4.3.0 (python 3.6.0)2017-03-10conda 4.3.14Anaconda2-4.3.1 (python 2.7.13)Anaconda3-4.3.1 (python 3.6.0)2017-03-213.6.12017-05-31conda 4.3.21Anaconda2-4.4.0 (python 2.7.13)Anaconda3-4.4.0 (python 3.6.1)2017-07-173.6.22017-08-083.5.42017-08-093.4.72017-09-26conda 4.3.27Anaconda2-5.0.0 (python 2.7.13)Anaconda3-5.0.0 (python 3.6.2)2017-09-162.7.142017-10-033.6.32017-10-25conda 4.3.30Anaconda2-5.0.1 (python 2.7.14)Anaconda3-5.0.1 (python 3.6.3)2017-12-193.6.42018-02-053.4.83.5.52018-02-15conda 4.4.10Anaconda2-5.1.0 (python 2.7.14)Anaconda3-5.1.0 (python 3.6.4)2018-03-283.6.52018-05-012.7.152018-05-30conda 4.5.4Anaconda2-5.2.0 (python 2.7.15)Anaconda3-5.2.0 (python 3.6.5)2018-06-273.6.63.7.02018-08-023.4.93.5.62018-09-28conda 4.5.11Anaconda2-5.3.0 (python 2.7.15)Anaconda3-5.3.0 (python 3.7.0)2018-10-203.6.73.7.12018-12-21conda 4.5.12Anaconda2-2018.12 (python 2.7.15)Anaconda3-2018.12 (python 3.7.1)2018-12-243.6.83.7.22019-03-042.7.162019-03-183.4.103.5.72019-03-253.7.32019-04-04conda 4.6.11Anaconda2-2019.03 (python 2.7.16)Anaconda3-2019.03 (python 3.7.3)2019-07-023.6.92019-07-083.7.42019-07-24conda 4.7.10Anaconda2-2019.07 (python 2.7.16)Anaconda3-2019.07 (python 3.7.3)2019-10-143.8.02019-10-153.7.52019-10-192.7.172019-10-293.5.82019-11-023.5.94.选择一个版本进行下载
二、anaconda安装过程
- 1.右击,以管理员方式运行
- 2.next
- 3.I Agree
- 4.next
- 5.选择路径,next
- 6.两个勾选,install
- 7.安装有点长,等待一下
- 8.next
- 9.skip,不安装VScode,否则点击Install Microsoft VSCode
- 10.点击finish,安装完成
三、验证anaconda安装是否成功
- 1.打开cmd,输入conda -出现如下代码所示,则安装成功说明安装成功
C:\WINDOWS\system32>conda
usage: conda [-h][-V] command ...
conda is a tool for managing and deploying applications, environments and packages.
Options:
positional arguments:
command
clean Remove unused packages and caches.
config Modify configuration values in.condarc. This is modeled
after the git config command. Writes to the user .condarc
file(C:\Users\谢运新BLACKPINK\.condarc) by default.
create Create a new conda environment from a list of specified
packages.help Displays a list of available conda commands and their help
strings.
info Display information about current conda install.
install Installs a list of packages into a specified conda
environment.list List linked packages in a conda environment.
package Low-level conda package utility.(EXPERIMENTAL)
remove Remove a list of packages from a specified conda environment.
uninstall Alias for conda remove. See conda remove --help.
search Search for packages and display associated information. The
inputis a MatchSpec, a query language for conda packages.
See examples below.
update Updates conda packages to the latest compatible version. This
command accepts a list of package names and updates them to
the latest versions that are compatible withall other
packages in the environment. Conda attempts to install the
newest versions of the requested packages. To accomplish
this, it may update some packages that are already installed,or install additional packages. To prevent existing packages
from updating, use the --no-update-deps option. This may
force conda to install older versions of the requested
packages,and it does not prevent additional dependency
packages from being installed. If you wish to skip dependency
checking altogether, use the '--force' option. This may
result in an environment with incompatible packages, so this
option must be used with great caution.
upgrade Alias for conda update. See conda update --help.
optional arguments:-h,--help Show this help message and exit.-V,--version Show the conda version number and exit.
conda commands available from other packages:
build
convert
develop
env
index
inspect
metapackage
render
server
skeleton
anaconda安装教程到这里结束了,希望本文对你安装anaconda能有所帮助。
版权归原作者 编程爱好者-阿新 所有, 如有侵权,请联系我们删除。