anaconda 配置环境变量 linux (Ubuntu)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
anaconda安装完毕之后,:
conda -V
显示:conda: command not found
1. 直接开始操作:
$sudo gedit /etc/profile
如果没有安装gedit,输入命令sudo apt-get install gedit安装
2. 在文本内最后一行输入:
export PATH=~/anaconda3/bin:$PATH
注意,我的文件夹是anaconda3,说不定你安装的是anaconda2,看清楚。
3. 注入环境变量,让其立即生效(重启也行,太麻烦):
source /etc/profile
最后就完成了:
conda -V
显示版本号。
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 年前
更多推荐
已为社区贡献5条内容
所有评论(0)