mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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. ###"
|
||||
|
||||
Reference in New Issue
Block a user