standalone: unset PYTHONPATH at startup
In our normal operations, we are not using PYTHONPATH but using buildout to generate wrappers. We are still using python setup.py test to run tests, which sets PYTHONPATH to the eggs used by this python and this cause issues when this python starts subprocesses, especially when it starts another version of python which is supposed to use a different set of eggs.
Showing
Please register or sign in to comment