Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f2abb2349f2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 69094dc68a2c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2018

  1. doc: fix default python interpreter

    The default for `python3` is currently `python36`.
    bhipple committed Nov 10, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    a649f1c View commit details

Commits on Nov 11, 2018

  1. Merge pull request #50201 from bhipple/fix/py-docs

    doc: fix default python interpreter
    infinisil authored Nov 11, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    69094dc View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 doc/languages-frameworks/python.section.md
10 changes: 5 additions & 5 deletions doc/languages-frameworks/python.section.md
Original file line number Diff line number Diff line change
@@ -484,11 +484,11 @@ and in this case the `python35` interpreter is automatically used.
### Interpreters

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
is available as `pypy`. The aliases `python2` and `python3` correspond to respectively `python27` and
`python35`. The default interpreter, `python`, maps to `python2`.
The Nix expressions for the interpreters can be found in
`pkgs/development/interpreters/python`.
respectively `python27`, `python35`, `python36`, and `python37`. The PyPy
interpreter is available as `pypy`. The aliases `python2` and `python3`
correspond to respectively `python27` and `python36`. The default interpreter,
`python`, maps to `python2`. The Nix expressions for the interpreters can be
found in `pkgs/development/interpreters/python`.

All packages depending on any Python interpreter get appended
`out/{python.sitePackages}` to `$PYTHONPATH` if such directory