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
19
19
# # Creating the environment for students
20
20
1. Create the python environment using mamba
21
21
` ` ` 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
24
23
` ` `
25
24
2. Activate the new environment and update JupyterLab
26
25
` ` ` bash
@@ -30,8 +29,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
30
29
# # Creating the environment for teachers
31
30
1. Create the python environment using mamba
32
31
` ` ` 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
35
33
` ` `
36
34
2. Activate the new environment and update JupyterLab
37
35
` ` ` bash
You can’t perform that action at this time.
0 commit comments