Gentoo Archives: gentoo-alt

From: Jorge Schrauwen <jorge.schrauwen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] /gentoo/etc/profile
Date: Mon, 14 May 2007 19:44:11
Message-Id: 43e40e000705141243q4a34c56ahd833d7064c1adcbe@mail.gmail.com
In Reply to: Re: [gentoo-alt] /gentoo/etc/profile by Fabian Groffen
1 $ echo $PATH
2 /gentoo/usr/bin:/gentoo/bin:/gentoo/opt/bin:/gentoo/usr/sbin:/gentoo/sbin:/gentoo/usr/powerpc-apple-darwin8/binutils-bin/20070412:/gentoo/usr/powerpc-apple-darwin8/gcc-bin/4.0.1:/usr/bin:/bin
3
4 $ grep PATH ${EPREFIX}/etc/profile.env
5 export INFOPATH='/gentoo/usr/share/info:/gentoo/usr/share/gcc-data/powerpc-apple-darwin8/4.0.1/info'
6 export MANPATH='/gentoo/usr/share/man:/gentoo/usr/share/binutils-data/powerpc-apple-darwin8/20070412/man:/gentoo/usr/share/gcc-data/powerpc-apple-darwin8/4.0.1/man:/usr/share/man'
7 export PATH='/gentoo/opt/bin:/gentoo/usr/sbin:/gentoo/sbin:/gentoo/usr/powerpc-apple-darwin8/binutils-bin/20070412:/gentoo/usr/powerpc-apple-darwin8/gcc-bin/4.0.1'
8 export PYTHONPATH='/gentoo/usr/lib/portage/pym'
9 export ROOTPATH='/gentoo/opt/bin:/gentoo/usr/powerpc-apple-darwin8/binutils-bin/20070412:/gentoo/usr/powerpc-apple-darwin8/gcc-bin/4.0.1'
10
11 $ grep PATH ${EPREFIX}/etc/env.d/00basic
12 PATH="/gentoo/opt/bin:/gentoo/usr/sbin:/gentoo/sbin"
13 ROOTPATH="/gentoo/opt/bin"
14 LDPATH="/gentoo/usr/local/lib"
15 MANPATH="/gentoo/usr/share/man"
16 INFOPATH="/gentoo/usr/share/info"
17
18 this is what i get
19 On 5/14/07, Fabian Groffen <grobian@g.o> wrote:
20 > On 14-05-2007 21:36:24 +0200, Jorge Schrauwen wrote:
21 > > hmmz thats odd :( I'll try to remerge it.
22 > > ...
23 > >
24 > > jorge@Odyssey ~ $ ping
25 > > -bash: ping: command not found
26 > >
27 > > I setup /gentoo/bin/bash as alternate shell in the Terminal.app maybe
28 > > thats what i'm doing wrong?
29 >
30 > Can you try the following:
31 > $ echo $PATH
32 > $ grep PATH ${EPREFIX}/etc/profile.env
33 > $ grep PATH ${EPREFIX}/etc/env.d/00basic
34 >
35 >
36 > --
37 > Fabian Groffen
38 > Gentoo on a different level
39 >
40 > --
41 > gentoo-alt@g.o mailing list
42 >
43 >
44
45
46 --
47 ~Jorge
48 --
49 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] /gentoo/etc/profile Fabian Groffen <grobian@g.o>