Lines Matching refs:py
212 egg_path = self._build_egg_using_setup_py(setup_py='setup.py')
220 egg_path = self._build_egg_using_setup_py(setup_py='setupegg.py')
286 def _build_using_setup_py(self, setup_py='setup.py'):
289 python setup.py build.
291 @param setup_py - The name of the setup.py file to execute.
304 def _build_egg_using_setup_py(self, setup_py='setup.py'):
307 python setup.py bdist_egg.
309 @param setup_py - The name of the setup.py file to execute.
351 # This makes assumptions about what python setup.py install
369 setup_py='setup.py',
374 python setup.py install --prefix=BLA
385 @param setup_py - The name of the setup.py file to execute.
1023 """elasticsearch-py package."""
1036 """elasticsearch-py package."""
1057 # The path of zlib library might be different from what PIL setup.py is
1059 # to a path PIL setup.py will try.
1251 Install the btsocket module using setup.py