File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ conda install mamba -c conda-forge
25
25
=== "Mamba"
26
26
27
27
```bash title="Prepare an environment to use the correct channels"
28
- mamba create -n ros_env
28
+ mamba create -n ros_env python=3.11
29
29
mamba activate ros_env
30
30
31
31
# this adds the conda-forge channel to the new created environment configuration
@@ -56,7 +56,7 @@ conda install mamba -c conda-forge
56
56
57
57
```bash title="ROS1 Noetic"
58
58
# Create a ros-noetic desktop environment
59
- micromamba create -n ros_env -c conda-forge -c robostack-staging ros-noetic-desktop
59
+ micromamba create -n ros_env -c conda-forge -c robostack-staging ros-noetic-desktop python=3.11
60
60
61
61
# Activate the environment
62
62
micromamba activate ros_env
You can’t perform that action at this time.
0 commit comments