Home
last modified time | relevance | path

Searched refs:pythonpath (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Tools/scripts/
Dwin_add2path.py21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
38 for path in (pythonpath, scripts, userscripts):
/third_party/boost/libs/python/test/
Dpyrun.py3 pythonpath = sys.argv[1] variable
6 sys.path.append(pythonpath)
Dfabscript13 from faber.tools.python import python, pythonpath
48 features |= pythonpath(e.path, base='')
/third_party/boost/libs/geometry/doc/
DJamfile.v224 <pythonpath>$(here)
DJamfile24 <pythonpath>$(here)
/third_party/boost/tools/litre/
Dcplusplus.py690 pythonpath = ':'.join(module_path)
693 pythonpath = old_path + ':%s' % ':'.join(module_path)
695 os.putenv('PYTHONPATH', pythonpath)
/third_party/boost/tools/build/src/tools/
Dpython.jam61 # The pythonpath feature specifies additional elements for the PYTHONPATH
62 # environment variable, set by run-pyd. For example, pythonpath can be used to
65 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) ] ;
/third_party/boost/status/
DJamfile.v2133 <pythonpath>$(BOOST_ROOT)/status