|
@@ -38,21 +38,19 @@ jupyter提出了文学化编程的概念,让我们可以在单元格(cell)中
|
|
|
|
|
|
- minconda下载地址:https://docs.conda.io/en/latest/miniconda.html
|
|
|
|
|
|
-这里小鱼推荐选择`Python3.8 Miniconda3 Linux 64-bit`
|
|
|
+这里小鱼推荐选择`Python3.10 Miniconda3 Linux 64-bit`
|
|
|
|
|
|
-
|
|
|
+地址:https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh
|
|
|
|
|
|
下载完成后你可以得到一个.sh的安装文件
|
|
|
|
|
|
-
|
|
|
-
|
|
|
|
|
|
### 2.2 miniconda安装
|
|
|
|
|
|
在安装目录文件夹空白处右击,在终端中打开,输入下面指令即可安装
|
|
|
|
|
|
```bash
|
|
|
-bash Miniconda3-py38_4.10.3-Linux-x86_64.sh
|
|
|
+bash Miniconda3-xxxx-Linux-x86_64.sh
|
|
|
```
|
|
|
|
|
|

|
|
@@ -97,7 +95,7 @@ conda activate ros2
|
|
|
|
|
|
### 2.3 jupyter安装
|
|
|
|
|
|
-方便起见,我们就在base环境下安装jupyter,使用的是清华大学源。
|
|
|
+方便起见,我们就在ros2环境下安装jupyter,使用的是清华大学源。
|
|
|
|
|
|
```bash
|
|
|
pip3 install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
|