Skip to content

Commit

Permalink
Temporarily set python = python3; to identify what would break
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 18, 2019
1 parent c7bf103 commit 1c7c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -8730,7 +8730,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.
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
python = python2;
python = python3;
python2 = python27;
python3 = python37;
pypy = pypy2;
Expand Down

0 comments on commit 1c7c2f7

Please sign in to comment.