Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] $PATH
Date: Sun, 17 Dec 2006 22:35:40
Message-Id: 4585C53A.607@ilievnet.com
In Reply to: [gentoo-user] $PATH by James
1 James wrote:
2 > Hello,
3 >
4 > I added these paths to my .bashrc file....
5 >
6 > Path="/usr/local/davinci/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin:
7 > /usr/local/davinci/mv_pro_4.0/montavista/pro/bin:
8 > /usr/local/davinci/mv_pro_4.0/montavista/common/bin:$PATH"
9 >
10 > But when I issue echo $PATH, they do not show up as included.
11 >
12 > 'source ~.bashrc' does not help, neither does logging in again....
13 >
14 >
15 > I have also tried the entries all run together, but that makes no
16 > difference. Is there a better place to add paths or did I miss something?
17 >
18 >
19 > James
20 >
21 >
22 >
23 >
24 >
25 >
26
27 It has to be "source ~/.bashrc" not 'source ~.bashrc'. Also it should
28 be "export PATH=....:$PATH", not "PATH=...:$PATH"
29
30 --
31 Best regards,
32 Daniel
33
34
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] $PATH Boris Fersing <kernelsensei@g.o>