@@ -62,7 +62,7 @@ from source as follows:
6262 - Create a new conda environment including all standard packages
6363 recognized by sage, and activate it::
6464
65- $ conda env create --file environment.yml
65+ $ conda env create --file environment.yml --name sage-build
6666 $ conda activate sage-build
6767
6868 Alternatively, use ``environment-optional.yml `` in place of
@@ -98,7 +98,7 @@ Here we assume that you are using a git checkout.
9898
9999 $ export SAGE_NUM_THREADS=24
100100
101- - As a recommended step, install the ``mamba `` package manager. If
101+ - As a recommended step, install the ``mamba `` package manager. If
102102 you skip this step, replace ``mamba `` by ``conda `` in the
103103 following steps::
104104
@@ -112,7 +112,7 @@ Here we assume that you are using a git checkout.
112112 - Create and activate a new conda environment with the dependencies of Sage
113113 and a few additional developer tools::
114114
115- $ mamba env create --file src/environment-dev.yml
115+ $ mamba env create --file src/environment-dev.yml --name sage-dev
116116 $ conda activate sage-dev
117117
118118 Alternatively, you can use ``src/environment.yml `` or
@@ -121,7 +121,7 @@ Here we assume that you are using a git checkout.
121121
122122 By default, the most recent version of Python supported by Sage is
123123 installed. You can use the additional option ``python=3.9 `` in the above
124- ``env create `` command to use another Python version (here 3.9).
124+ ``env create `` command to select another Python version (here 3.9).
125125
126126 - Run the ``configure `` script::
127127
0 commit comments