Home | History | Annotate | Download | only in Scripts

Lines Matching refs:PYTHONPATH

1323     # set the PYTHONPATH for waf
1324 my $pythonPath = $ENV{'PYTHONPATH'};
1325 if (!defined($pythonPath)) {
1326 $pythonPath = '';
1329 my $newPythonPath = "$sourceDir/Tools/wx/build:$pythonPath";
1333 $ENV{'PYTHONPATH'} = $newPythonPath;