diff options
author | Matt Wilson <msw@redhat.com> | 2000-11-29 17:04:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-11-29 17:04:38 +0000 |
commit | 4e65ff97f7085344d41eae21319358386186b8bc (patch) | |
tree | f8ff41acad74a4d3e8e70fcf1d4d77d25a2bbf82 /loader/init.c | |
parent | 7e6c50ca8f14885b877044c6af35842c181c7198 (diff) | |
download | anaconda-4e65ff97f7085344d41eae21319358386186b8bc.tar.gz anaconda-4e65ff97f7085344d41eae21319358386186b8bc.tar.xz anaconda-4e65ff97f7085344d41eae21319358386186b8bc.zip |
always set PYTHONPATH
Diffstat (limited to 'loader/init.c')
-rw-r--r-- | loader/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/init.c b/loader/init.c index 63459f753..220002678 100644 --- a/loader/init.c +++ b/loader/init.c @@ -81,6 +81,7 @@ char * env[] = { "TERM=linux", "DEBUG=", "TERMINFO=/etc/linux-terminfo", + "PYTHONPATH=/tmp/updates", NULL }; |