Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit b42f5f5

Browse files
committed
Readd how to use specific python version
1 parent ad56ba3 commit b42f5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/en/installation/conda.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Here we assume that you are using a git checkout.
119119
``src/environment-optional.yml``, which will only install standard
120120
(and optional) packages without any additional developer tools.
121121

122+
By default, the most recent version of Python supported by Sage is
123+
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).
125+
122126
- Run the ``configure`` script::
123127

124128
$ ./bootstrap

0 commit comments

Comments
 (0)