Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] how to update python choice
Date: Thu, 26 Jul 2018 01:11:07
Message-Id: 877eliu7ht.fsf@nyu.edu
1 I am still using python 3.4, i.e.
2
3 sh-4.4# eselect python show
4 python3.4
5 sh-4.4#
6
7 sh-4.4# eselect python list
8 Available Python interpreters, in order of preference:
9 [1] python3.4
10 [2] python3.6 (fallback)
11 [3] python3.5 (fallback)
12 [4] python2.7 (fallback)
13 sh-4.4#
14
15 I realize I should have updated previously.
16
17 Is a python update as simple as
18 emerge --update --changed-use --with-bdeps=n @world
19 eselect python set python3.6
20 emerge --update --changed-use --with-bdeps=n @world
21
22 I have no custom python scripts on either of my systems.
23
24 thanks in advance,
25 allan

Replies

Subject Author
Re: [gentoo-user] how to update python choice Bill Kenworthy <billk@×××××××××.au>