File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
1919# # Creating the environment for students
20201. Create the python environment using mamba
2121 ` ` ` bash
22- mamba create -n geo-python-student
23- mamba env update -n geo-python-student --file geo-python-student.yml
22+ mamba env create -f geo-python-student.yml
2423 ` ` `
25242. Activate the new environment and update JupyterLab
2625 ` ` ` bash
@@ -30,8 +29,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
3029# # Creating the environment for teachers
31301. Create the python environment using mamba
3231 ` ` ` bash
33- mamba create -n geo-python-teacher
34- mamba env update -n geo-python-teacher --file geo-python-teacher.yml
32+ mamba env create -f geo-python-teacher.yml
3533 ` ` `
36342. Activate the new environment and update JupyterLab
3735 ` ` ` bash
You can’t perform that action at this time.
0 commit comments