Unset PYTHONPATH otherwise Python really breaks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1848 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-06-02 17:05:42 +00:00
parent 030f86e0a4
commit 98b1165d9a
1 changed files with 3 additions and 0 deletions

View File

@ -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. ###"