Skip to content

Commit 2afba7d

Browse files
authored
Update robotstack.md
1 parent 36191f4 commit 2afba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Host_Setup/RoboStack/robotstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are using Mac OS or Linux, we provide you a simple script to automate the
1515
chmod +x ros_conda_install_unix.sh
1616
./ros_conda_install_unix.sh
1717
```
18-
If you already have conda (anaconda/miniconda/miniforge, etc) installed, it will install [**mamba**](https://mamba.readthedocs.io/en/latest/installation.html) in your base environments, and then create a new python3.9 environment with ROS Noetic installed. If your original conda is very old, you might experience siginificantly slow installation and even errors. It might be a good idea to backup your old conda environments and use mambaforge.
18+
If you already have conda (anaconda/miniconda/miniforge, etc) installed, it will install [**mamba**](https://mamba.readthedocs.io/en/latest/installation.html) in your base environments, and then create a new python3.9 environment with ROS Noetic installed. If your original conda is very old, you might experience siginificantly slow installation and even errors. It might be a good idea to backup your old conda environments, uninstall your current conda, and fresh install mambaforge instead.
1919

2020
If you do not have conda installed, the script will first install [**mambaforge**](https://github.com/conda-forge/miniforge#mambaforge), and then create a new ROS Noetic environment.
2121

0 commit comments

Comments
 (0)