Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge with another PATH
Date: Fri, 20 May 2022 14:28:41
Message-Id: 20220520152825.4c1667f2@digimed.co.uk
In Reply to: [gentoo-user] emerge with another PATH by karl@aspodata.se
1 On Fri, 20 May 2022 15:55:22 +0200 (CEST), karl@××××××××.se wrote:
2
3 > How do I run emerge so that when buildin/emerging the package another
4 > PATH is used ?
5
6 PATH is just an environment variable, so
7
8 PATH="/path1:/path2" emerge blah
9
10 should do that.
11
12 Unless what you are really asking is how do you get emerge to install
13 files to a different location. In that case look at the --root option in
14 man emerge.
15
16
17 --
18 Neil Bothwick
19
20 Is there another word for synonym?

Replies

Subject Author
Re: [gentoo-user] emerge with another PATH karl@××××××××.se