Deepin下载安装Anaconda
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1、 官网下载最新版本
https://www.anaconda.com/download/#linux
2、 找到下载目录
3、 进行安装:打开终端,输入bashAnaconda3-5.1.0-Linux-x86_64.sh
4、 回车继续,然后读取许可证,之后会出现More,一直回车继续
5、 直至下图所示,输入yes
6、 选择位置进行安装,默认就好:回车
7、 正在安装,等待
8、 安装完成,输入yes
9、 来到源文件,目录为上图appending后面的 /home/ppl/ .bashrc
10、验证是否安装:conda list
11、查看可用的python版本conda search "^python$"
12、 创建环境:conda create --namemy_python python=3(python3版本)
13、中间询问,输入y
14、激活环境并添加其他包,例如requests
15、进行更新:
首先更新conda:conda update conda
再更新anaconda:conda update anaconda
参考来自:https://www.howtoing.com/how-to-install-the-anaconda-python-distribution-on-ubuntu-16-04/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)