···499Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
500respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
501`python2` and `python3` correspond to respectively `python27` and
502-`python38`. The default interpreter, `python`, maps to `python2`. The PyPy
503interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
504`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
505`pypy2`. The Nix expressions for the interpreters can be
···499Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
500respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
501`python2` and `python3` correspond to respectively `python27` and
502+`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
503interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
504`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
505`pypy2`. The Nix expressions for the interpreters can be