ubuntu 中安装 anaconda 并使用

1、下载软件

官方地址为:https://www.anaconda.com/products/distribution#Downloads

下载的软件是以.sh结尾的软件名
如:Anaconda3-2022.10-Linux-x86_64.sh

2、安装软件

bash ./Anaconda3-2022.10-Linux-x86_64.sh 

ubuntu 中安装 anaconda 并使用_第1张图片

3、设置环境

路径:/home/lee/.bash在该文件内最后添加下面指令。

export PATH="~/anaconda3/bin":$PATH

4、查看anaconda版本号

如果能查看版本说明已经成功安装了

conda -V

5、anaconda安装相关依赖

6、启动 jupyter notebook

jupyter notebook

ubuntu安装anaconda后的ros编译

catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3

你可能感兴趣的:(各种笔记,ubuntu,linux,运维)