Commit ec41a131 authored by Guido van Rossum's avatar Guido van Rossum

Unset PYTHONPATH, for my convenience.

parent c378f574
...@@ -22,6 +22,9 @@ CYGWIN*) PYTHON=./python.exe;; ...@@ -22,6 +22,9 @@ CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;; *) PYTHON=./python;;
esac esac
# Unset PYTHONPATH, just to be sure.
unset PYTHONPATH
# Create the output directory if necessary. # Create the output directory if necessary.
mkdir -p OUT mkdir -p OUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment