Comment 11 for bug 1130809

Revision history for this message
Nicola Heald (notnownikki) wrote : Re: [Bug 1130809] Re: lxc scripts break when user has PYTHONPATH set

On 08/04/13 18:54, Curtis Hovey wrote:
> What exactly would the lxc scripts be doing wrong? Since the work around
> involves the extraordinary option of dropping the environment, I think
> what ever is forcing a py2 path is being naughty.
I'd agree here. A python2 app calling a python3 app should ensure that
the environment isn't polluted with python2 paths.