Gentoo Archives: gentoo-user

From: JM <jmurray315@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What is with emerge after update world ?
Date: Sun, 27 Mar 2011 19:34:59
Message-Id: AANLkTi=tQ48bph+p5bnGWtocVA+Kt4AbU_EY1CT-GWHM@mail.gmail.com
In Reply to: Re: [gentoo-user] What is with emerge after update world ? by "Andrzej Styczeń"
1 eselect list is not correct.
2
3 Use: eselect *python *list (or whatever other app you wish to select a
4 specific version of)
5
6 Then:
7 eselect python set (with the number of the option you want which was
8 displayed from 'eselect python list').
9
10 2011/3/26 Andrzej Styczeń <styczen_andrzej@××.pl>
11
12 > On Saturday 26 of March 2011 17:17:41 Mick wrote:
13 > > What does eselect python list shows?
14 >
15 > The same as 'eselect read 1'
16 >
17 > # eselect list
18 > !!! Error: Can't load module list
19 > exiting
20 >
21 > If I wrote:
22 > # eselect
23 > Usage: eselect <global options> <module name> <module options>
24 >
25 > Global options:
26 > --brief Make output shorter
27 > --no-color,--no-colour Disable coloured output
28 >
29 > Built-in modules:
30 > help Display a help message
31 > usage Display a usage message
32 > version Display version information
33 >
34 > Extra modules:
35 > bashcomp Manage contributed bash-completion scripts
36 > binutils Manage installed versions of sys-devel/binutils
37 > blas Manage installed BLAS implementations
38 > boost Manage boost installations
39 > cblas Manage installed CBLAS implementations
40 > editor Manage the EDITOR environment variable
41 > env Manage environment variables set in /etc/env.d/
42 > esd Select esound daemon or wrapper
43 > fontconfig Manage fontconfig /etc/fonts/conf.d/ symlinks
44 > kernel Manage the /usr/src/linux symlink
45 > lapack Manage installed LAPACK implementations
46 > mesa Manage the OpenGL driver architecture used by
47 > media-libs/mesa
48 > modules A module for querying modules. By default, it
49 > lists all available modules
50 > news Read Gentoo ("GLEP 42") news items
51 > opengl Manage the OpenGL implementation used by your
52 > system
53 > pager Manage the PAGER environment variable
54 > profile Manage the /etc/make.profile symlink
55 > python Manage Python symlinks
56 > rc Manage /etc/init.d scripts in runlevels
57 > ruby Manage ruby symlinks
58 > visual Manage the VISUAL environment variable
59 >
60 >
61 >

Replies

Subject Author
Re: [gentoo-user] What is with emerge after update world ? "Andrzej Styczeń" <styczen_andrzej@××.pl>