Searched refs:pythonpath (Results 1 – 8 of 8) sorted by relevance
21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))22 scripts = os.path.join(pythonpath, "Scripts")38 for path in (pythonpath, scripts, userscripts):
3 pythonpath = sys.argv[1] variable6 sys.path.append(pythonpath)
13 from faber.tools.python import python, pythonpath48 features |= pythonpath(e.path, base='')
24 <pythonpath>$(here)
690 pythonpath = ':'.join(module_path)693 pythonpath = old_path + ':%s' % ':'.join(module_path)695 os.putenv('PYTHONPATH', pythonpath)
61 # The pythonpath feature specifies additional elements for the PYTHONPATH62 # environment variable, set by run-pyd. For example, pythonpath can be used to65 feature.feature pythonpath : : free optional path ;1257 local rule pyd-pythonpath ( source )1270 <pythonpath> ;1280 PYTHONPATH = [ sequence.transform pyd-pythonpath : $(sources[2-]) ] ;1281 PYTHONPATH += [ feature.get-values pythonpath : $(properties) ] ;
133 <pythonpath>$(BOOST_ROOT)/status