目录
- 1. 下载安装
 - 2. 创建虚拟环境
 
1. 下载安装
在window操作系统中下载anconda包,并通过scp传输到ubuntu操作系统
具体anconda包在如下界面:
 anconda包 目录
博主选择了最新的包:Anaconda3-2023.09-0-Linux-x86_64.sh
 
 通过scp传输到ubuntu操作系统中:
 
并在ubuntu操作系统中执行如下命令:bash Anaconda3-2023.09-0-Linux-x86_64.sh
 一直回车,直到出现accept the license terms,回yes
 最后遇到是否添加环境变量,回yes即可
 (如果环境变量这一步没回复,则无法使用conda)
需要将conda加入环境变量:
                


















