[软件安装]anaconda安装

anaconda安装

以下是在Linux下安装anaconda的详细步骤:

  1. 首先,在anaconda官网上下载适用于Linux的anaconda安装包。

  2. 打开终端,进入下载目录并解压安装包。

  3. 执行以下命令进入安装程序:bash Anaconda3-2021.05-Linux-x86_64.sh

$ bash Anaconda3-2023.09-0-Linux-x86_64.shWelcome to Anaconda3 2023.09-0In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>
  1. 按照安装程序指示阅读并接受许可协议。
==================================================
End User License Agreement - Anaconda Distribution
==================================================Copyright 2015-2023, Anaconda, Inc.All rights reserved under the 3-clause BSD License:This End User License Agreement (the "Agreement") is a legal agreement between you and Anaconda, Inc. ("Anaconda") and gov
n).Subject to the terms of this Agreement, Anaconda hereby grants you a non-exclusive, non-transferable license to:* Install and use the Anaconda Distribution (which was formerly known as Anaconda Individual Edition),* Modify and create derivative works of sample source code delivered in Anaconda Distribution from Anaconda's repository* Redistribute code files in source (if provided to you by Anaconda as source) and binary forms, with or without modificAnaconda may, at its option, make available patches, workarounds or other updates to Anaconda Distribution. Unless the upd
bution licensed to you as provided in this Agreement.  This Agreement does not entitle you to any support for Anaconda DisAnaconda reserves all rights not expressly granted to you in this Agreement.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following* Redistributions of source code must retain the above copyright notice, this list of conditions and the following discl* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following di* Neither the name of Anaconda nor the names of its contributors may be used to endorse or promote products derived from* The purpose of the redistribution is not part of a commercial product for resale. Please contact the Anaconda team for* Commercial usage of the repository is non-compliant with our Terms of Service . Please contact us to learn more aboutYou acknowledge that, as between you and Anaconda, Anaconda owns all right, title, and interest, including all intellectua
istributed with or through Anaconda Distribution, the applicable third-party licensors own all right, title and interest,
any communications or materials to Anaconda suggesting or recommending changes to the software or documentation, including
s, suggestions or the like ("Feedback"), Anaconda is free to use such Feedback. You hereby assign to Anaconda all right, tany party, any ideas, know-how, concepts, techniques or other intellectual property rights contained in the Feedback, forTHIS SOFTWARE IS PROVIDED BY ANACONDA AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT N
ARE DISCLAIMED. IN NO EVENT SHALL ANACONDA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUE
S OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
E OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.TO THE MAXIMUM EXTENT PERMITTED BY LAW, ANACONDA AND ITS AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNIT
LL, OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OR PERFO
H OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY O
DER OR ARISING OUT OF THIS AGREEMENT EXCEED 10.00 U.S. DOLLARS.If you want to terminate this Agreement, you may do so by discontinuing use of Anaconda Distribution.  Anaconda may, at an
any term of this Agreement.   Upon any termination of this Agreement, you agree to promptly discontinue use of the Anacond
his Agreement all provisions survive except for the licenses granted to you.This Agreement is governed by and construed in accordance with the internal laws of the State of Texas without giving effe
tion of the laws of any jurisdiction other than those of the State of Texas. Any legal suit, action, or proceeding arising
ed exclusively in the federal courts of the United States or the courts of the State of Texas in each case located in Trav
it, action, or proceeding.Notice of Third Party Software Licenses
=======================================Do you accept the license terms? [yes|no]
[no] >>> yes
  1. 选择安装目录。如果不确定,建议选择默认目录。在选择完毕后,安装程序会要求您确认安装路径。
Anaconda3 will now be installed into this location:
/home/[username]/anaconda3- Press ENTER to confirm the location- Press CTRL-C to abort the installation- Or specify a different location below[/home/[username]/anaconda3] >>>
PREFIX=/home/[username]/anaconda3
Unpacking payload ...Installing base environment...Downloading and Extracting PackagesDownloading and Extracting PackagesPreparing transaction: done
Executing transaction: |Installed package of scikit-learn can be accelerated using scikit-learn-intelex.More details are available here: https://intel.github.io/scikit-learn-intelexFor example:$ conda install scikit-learn-intelex$ python -m sklearnex my_application.pydone
  1. 安装程序会询问是否将anaconda添加到PATH环境变量中。如果要在命令行中使用conda和anaconda,则建议选择此选项。
Do you wish to update your shell profile to automatically initialize conda?
This will activate conda on startup and change the command prompt when activated.
If you'd prefer that conda's base environment not be activated on startup,run the following command when conda is activated:conda config --set auto_activate_base falseYou can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> yes
no change     /home/[username]/anaconda3/condabin/conda
no change     /home/[username]/anaconda3/bin/conda
no change     /home/[username]/anaconda3/bin/conda-env
no change     /home/[username]/anaconda3/bin/activate
no change     /home/[username]/anaconda3/bin/deactivate
no change     /home/[username]/anaconda3/etc/profile.d/conda.sh
no change     /home/[username]/anaconda3/etc/fish/conf.d/conda.fish
no change     /home/[username]/anaconda3/shell/condabin/Conda.psm1
no change     /home/[username]/anaconda3/shell/condabin/conda-hook.ps1
no change     /home/[username]/anaconda3/lib/python3.11/site-packages/xontrib/conda.xsh
no change     /home/[username]/anaconda3/etc/profile.d/conda.csh
modified      /home/[username]/.bashrc==> For changes to take effect, close and re-open your current shell. <==Thank you for installing Anaconda3!
  1. 您可以在终端中输入anaconda以检查是否已安装成功。

  2. 最后,您可以使用conda create命令创建新的conda环境,以开始使用anaconda。

在安装期间如果遇到问题,请查看安装程序输出,或者在anaconda社区中搜索解决方案。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/156491.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

提升--09-1--AQS底层逻辑实现

提示&#xff1a;文章写完后&#xff0c;目录可以自动生成&#xff0c;如何生成可参考右边的帮助文档 文章目录 一、怎么解释AQS是什么&#xff1f;AQS的本质是JUC包下一个抽象类&#xff0c;AbstractQueuedSynchronizer &#xff08;抽象的队列式同步器&#xff09; 二、AQS核…

四川芸鹰蓬飞:抖店运营的时候注意什么?

抖店作为一个短视频平台&#xff0c;吸引了越来越多的商家加入。在抖店上进行有效的运营是提高销量和曝光度的关键。那么&#xff0c;抖店怎么设置运营呢&#xff1f;有哪些方法可以帮助商家在这个竞争激烈的平台上脱颖而出呢&#xff1f; 一、抖店怎么设置运营&#xff1f; 首…

三点的最近距离

题目描述 题目中会给你三个整数 a,b,c,表示三个点在数轴上所处的位置。对于每一个点&#xff0c;你最多可以移动一次&#xff0c;也可以选择不移动&#xff0c;现在请你编写代码计算&#xff0c;移动后三个点的最小的距离和为多少&#xff1f; 输入输出格式 输入格式 一行三…

微服务实战系列之加密RSA

前言 在这个时代&#xff0c;我们选择的人生目标已丰富多彩&#xff0c;秉持的人生态度也千差万别&#xff1a; 除了吃喝玩乐&#xff0c;还有科技探索&#xff1b; 除了CityWalk&#xff0c;还有“BookWalk”&#xff1b; 除了走遍中国&#xff0c;还有走遍世界&#xff1b; …

118. 杨辉三角 --力扣 --JAVA

题目 给定一个非负整数 numRows&#xff0c;生成「杨辉三角」的前 numRows 行。 在「杨辉三角」中&#xff0c;每个数是它左上方和右上方的数的和。 解题思路 List的首位是0&#xff0c;而行数的首位是1&#xff0c;所以我们在进行行数循环时需要小于numRows&#xff0c;而在统…

Selenium自动化测试详解

最近也有很多人私下问我&#xff0c;selenium学习难吗&#xff0c;基础入门的学习内容很多是3以前的版本资料&#xff0c;对于有基础的人来说&#xff0c;3到4的差别虽然有&#xff0c;但是不足以影响自己&#xff0c;但是对于没有学过的人来说&#xff0c;通过资料再到自己写的…

Spring-IOC-Spring6和JUnit5集成

1、父工程pom.xml <properties><maven.compiler.source>17</maven.compiler.source><maven.compiler.target>17</maven.compiler.target><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><spring.version>…

【FLink】水位线(Watermark)

目录 1、关于时间语义 1.1事件时间 1.2处理时间​编辑 2、什么是水位线 2.1 顺序流和乱序流 2.2乱序数据的处理 2.3 水位线的特性 3 、水位线的生成 3.1 生成水位线的总体原则 3.2 水位线生成策略 3.3 Flink内置水位线 3.3.1 有序流中内置水位线设置 3.4.2 断点式…

【shell】条件语句

一、测试 1.1文件测试test test命令是内部命令 test的语法 test 条件表达式 [ 条件表达式 ] test 选项 文件 -d &#xff1a;判断是否是目录 -f &#xff1a;判断是否是普通文件 -b &#xff1a;判断是否是块设备 -c &#xff1a;判断是否是字符设备 -e &#xff1a;判断是否…

【Python】给出一个包含n个整数的数列,问整数a在数列中的第一次出现是第几个。

问题描述 给出一个包含n个整数的数列&#xff0c;问整数a在数列中的第一次出现是第几个。 输入格式 第一行包含一个整数n。 第二行包含n个非负整数&#xff0c;为给定的数列&#xff0c;数列中的每个数都不大于10000。 第三行包含一个整数a&#xff0c;为待查找的数。 输出格式…

rv1126-rv1109-openssh

这是一个工具&#xff0c;可以通过ssh远程登录来操作&#xff0c;非常逆天&#xff01; 于是rv1109代码自身自带有openssh 所以只需要打开config即可 diff --git a/buildroot/configs/rockchip_rv1126_rv1109_spi_nand_defconfig b/buildroot/configs/rockchip_rv1126_rv1109…

数据库迁移脚本

数据库迁移脚本 这次使用node.js作为工具去做 至于为啥用node.js?? 可能是js在异步操作上非常高效? (但它仍然是单线程的&#xff0c;对于 CPU 密集型的操作可能不如其他语言。) 本质就是先查再插 例子&#xff1a; {"name": "数据库迁移","…

Blender中的集合(collection)概念

集合是一种逻辑上的分组方式&#xff0c;它可以让你把一些相似或相关的对象放在一起&#xff0c;而不影响它们的变换关系&#xff08;不像父子关系那样&#xff09;。集合可以用来简化你的场景&#xff0c;或者方便你在不同的文件或场景之间进行追加或链接。 集合有以下的特点…

c 文本终端直接写framebuffer 显示直线

根据这思路&#xff0c;操作framebuffer 显示图片和视频 #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <string.h> #include <…

Android codec2 视频框架之输出端的内存管理

文章目录 前言setSurfacestart从哪个pool中申请buffer解码后框架的处理流程renderOutbuffer 输出显示 前言 输出buffer整体的管理流程主要可以分为三个部分&#xff1a; MediaCodc 和 应用之间的交互 包括设置Surface、解码输出回调到MediaCodec。将输出buffer render或者rele…

手机照片一键去水印轻松摆脱不需要的旁观者

是什么让照片中的意外客人成为挑战&#xff1f;我们都经历过这种情况——在热门地标或繁忙的城市街道拍照&#xff0c;不可避免地会在画面中捕捉到陌生人。有时他们会无意中抢尽风头&#xff0c;转移观众的注意力。 这些水印不仅影响了照片的美观度&#xff0c;还给我们的观赏体…

京东数据分析软件(京东平台数据分析):2023年Q3扫地机器人行业消费报告

随着90后、00后逐渐成为消费主力军&#xff0c;他们对生活品质更加关注、健康意识进一步增强&#xff0c;再加上“懒人经济”的盛行&#xff0c;人们对扫地机器人的使用率和关注热情也不断增长。 根据鲸参谋电商数据分析平台的相关数据显示&#xff0c;今年7月份-9月份&#xf…

AI大爆发的时代,未来的年轻人怎样获得机会和竞争力?

文章目录 引言AI与教育工作者教育资源不平衡 这次&#xff0c;狼真的来了。 引言 AI正迅猛地改变着我们的生活。 根据高盛发布的一份报告&#xff0c;AI有可能取代3亿个全职工作岗位&#xff0c;影响全球18%的工作岗位。在欧美&#xff0c;或许四分之一的工作可以用AI完成。另…

第四代智能井盖传感器,更迭智能井盖监测办法

人工检查井盖是一项耗时且效率低下的工作&#xff0c;需要工作人员逐个进行检查。由于这种方式无法实时监测井盖的状态&#xff0c;当井盖出现故障时无法及时将信息反馈给相关人员&#xff0c;从而影响了井盖的维修效率。此外人工检查还受到天气、光线等环境因素的影响较大&…

OpenGL 绘制文本(QPainter)

文章目录 一、简介二、实现代码三、实现效果一、简介 OpenGL中并没有绘制文本的相关函数,因此这里仍然用的是Qt中的QPainter工具来绘制文本,但是其相关的定位这里仍然会用OpenGL中的坐标转换。这里对其也进行封装一下,方便后续使用。 二、实现代码 TextDrawable.h #ifndef T…