Instead of manipulating the path outside of anaconda, which can get
tricky when starting anaconda from ssh, instead update the path inside
anaconda itself. This means we can't get things like os, sys, etc..
from /tmp/updates/, but an updates image can replace these modules by
using the full path to them (e.g. /usr/lib/python...)
---
anaconda | 2 ++
data/systemd/anaconda@.service | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-31-2012, 04:17 PM
"Brian C. Lane"
Set the python path within anaconda
On Wed, May 30, 2012 at 04:02:05PM -0700, Jesse Keating wrote:
> Instead of manipulating the path outside of anaconda, which can get
> tricky when starting anaconda from ssh, instead update the path inside
> anaconda itself. This means we can't get things like os, sys, etc..
> from /tmp/updates/, but an updates image can replace these modules by
> using the full path to them (e.g. /usr/lib/python...)
Ack
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list