Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: gslindstrom@×××××.com
Subject: Re: [gentoo-user] Running Scripts
Date: Sun, 29 Jul 2007 12:26:12
Message-Id: 20070729082038.3dc3ebdc@osage.osagesoftware.com
In Reply to: Re: [gentoo-user] Running Scripts by Greg Lindstrom
1 On Fri, 27 Jul 2007 13:13:08 -0500
2 Greg Lindstrom wrote:
3
4 ..[snip]...
5
6 > I'm not sure what you are asking here.
7 >
8 > $ ls -l /usr/bin/env
9 > lrwxrwxrwx 1 root root 8 May 18 2006 /usr/bin/env -> /bin/env
10 >
11 > $ ls -l /usr/bin/python
12 > lrwxrwxrwx 1 root root 9 May 18 2006 /usr/bin/python -> python2.4
13
14 This looks suspicious to me. /usr/bin/python is a symlink to
15 python2.4.
16
17 Where is python2.4? Is it on your path?
18
19 Can you run it with command "python2.4" ???
20
21 What do the following commands report:
22
23 which python
24 which python2.4
25
26 HTH.
27
28 Regards,
29
30 David
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Running Scripts Uwe Thiem <uwix@××××.na>