Skip to content

Commit

Permalink
Python: change default version: python = python3;
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 8, 2016
1 parent ef320da commit 76c18a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5528,7 +5528,7 @@ in

# Python interpreters. All standard library modules are included except for tkinter, which is
# available as `pythonPackages.tkinter` and can be used as any other Python package.
python = python2;
python = python3;
python2 = python27;
python3 = python35;

Expand All @@ -5539,7 +5539,7 @@ in
python3Full = python3.override{x11Support=true;};

# pythonPackages further below, but assigned here because they need to be in sync
pythonPackages = python2Packages;
pythonPackages = python3Packages;
python2Packages = python27Packages;
python3Packages = python35Packages;

Expand Down

0 comments on commit 76c18a9

Please sign in to comment.