···499499Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
500500respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
501501`python2` and `python3` correspond to respectively `python27` and
502502-`python38`. The default interpreter, `python`, maps to `python2`. The PyPy
502502+`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
503503interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
504504`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
505505`pypy2`. The Nix expressions for the interpreters can be