Re: [gentoo-user] emerge with another PATH

2022-05-20 Thread karl
tastytea: > On 2022-05-20 17:22+0200 k...@aspodata.se wrote: > > > Neil Bothwick: > > > On Fri, 20 May 2022 15:55:22 +0200 (CEST), k...@aspodata.se wrote: > > > > How do I run emerge so that when buildin/emerging the package > > > > another PATH is used ? > > > > > > PATH is just an

Re: [gentoo-user] emerge with another PATH

2022-05-20 Thread Dale
k...@aspodata.se wrote: > Neil Bothwick: >> On Fri, 20 May 2022 15:55:22 +0200 (CEST), k...@aspodata.se wrote: >>> How do I run emerge so that when buildin/emerging the package another >>> PATH is used ? >> PATH is just an environment variable, so >> >> PATH="/path1:/path2" emerge blah >> >>

Re: [gentoo-user] emerge with another PATH

2022-05-20 Thread tastytea
On 2022-05-20 17:22+0200 k...@aspodata.se wrote: > Neil Bothwick: > > On Fri, 20 May 2022 15:55:22 +0200 (CEST), k...@aspodata.se wrote: > > > How do I run emerge so that when buildin/emerging the package > > > another PATH is used ? > > > > PATH is just an environment variable, so > > > >

Re: [gentoo-user] emerge with another PATH

2022-05-20 Thread karl
Neil Bothwick: > On Fri, 20 May 2022 15:55:22 +0200 (CEST), k...@aspodata.se wrote: > > How do I run emerge so that when buildin/emerging the package another > > PATH is used ? > > PATH is just an environment variable, so > > PATH="/path1:/path2" emerge blah > > should do that. Doesn't seems

Re: [gentoo-user] emerge with another PATH

2022-05-20 Thread Neil Bothwick
On Fri, 20 May 2022 15:55:22 +0200 (CEST), k...@aspodata.se wrote: > How do I run emerge so that when buildin/emerging the package another > PATH is used ? PATH is just an environment variable, so PATH="/path1:/path2" emerge blah should do that. Unless what you are really asking is how do you