doc: fix default python interpreter

The default for `python3` is currently `python36`.
This commit is contained in:
Benjamin Hipple 2018-11-10 13:00:10 -05:00
parent 7d96c33bbd
commit a649f1c0cd

View file

@ -484,11 +484,11 @@ and in this case the `python35` interpreter is automatically used.
### Interpreters ### Interpreters
Versions 2.7, 3.5, 3.6 and 3.7 of the CPython interpreter are available as Versions 2.7, 3.5, 3.6 and 3.7 of the CPython interpreter are available as
respectively `python27`, `python35` and `python36`. The PyPy interpreter respectively `python27`, `python35`, `python36`, and `python37`. The PyPy
is available as `pypy`. The aliases `python2` and `python3` correspond to respectively `python27` and interpreter is available as `pypy`. The aliases `python2` and `python3`
`python35`. The default interpreter, `python`, maps to `python2`. correspond to respectively `python27` and `python36`. The default interpreter,
The Nix expressions for the interpreters can be found in `python`, maps to `python2`. The Nix expressions for the interpreters can be
`pkgs/development/interpreters/python`. found in `pkgs/development/interpreters/python`.
All packages depending on any Python interpreter get appended All packages depending on any Python interpreter get appended
`out/{python.sitePackages}` to `$PYTHONPATH` if such directory `out/{python.sitePackages}` to `$PYTHONPATH` if such directory