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
2525=== "Mamba"
2626
2727 ```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
2929 mamba activate ros_env
3030
3131 # this adds the conda-forge channel to the new created environment configuration
@@ -56,7 +56,7 @@ conda install mamba -c conda-forge
5656
5757 ```bash title="ROS1 Noetic"
5858 # 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
6060
6161 # Activate the environment
6262 micromamba activate ros_env
You can’t perform that action at this time.
0 commit comments