From 98b1165d9a70d26983250c3bf1d841afab9e9fd0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sat, 2 Jun 2007 17:05:42 +0000 Subject: Unset PYTHONPATH otherwise Python really breaks git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1848 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-env-internal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b5052e7115..b1e5546bba 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -70,6 +70,9 @@ unset LD_LIBRARY_PATH export PATH LD_LIBRARY_PATH OEROOT # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really export LANG=C +# Kill PYTHONPATH as otherwise the Python specified there will conflict with +# python-native. +unset PYTHONPATH echo echo "### Shell environment set up for Poky builds. ###" -- cgit 1.2.3-korg