diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:30:40 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:30:40 +0000 |
commit | 65851319930ba6b7d704c007d5e98097ce919f1c (patch) | |
tree | 7a210e3e1293a2d4faef1c5b9aa312bd99542581 /conf | |
parent | 17c9ae552cc404b6b4cf250e7ef429b89f8a6da9 (diff) |
switch default python3 to python3.5
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/global.conf/python.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/intel/portage/global.conf/python.conf b/conf/intel/portage/global.conf/python.conf index 03964e4..4bd8fce 100644 --- a/conf/intel/portage/global.conf/python.conf +++ b/conf/intel/portage/global.conf/python.conf @@ -1,3 +1,2 @@ -USE_PYTHON="2.7 3.4" -PYTHON_TARGETS="python2_7 python3_4" -PYTHON_SINGLE_TARGET="python3_4" +USE_PYTHON="2.7 3.5" +PYTHON_TARGETS="python2_7 python3_5" |