Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_install_scripts.py6 from distutils.command.install_scripts import install_scripts
22 install_scripts="/splat/funk",
26 cmd = install_scripts(dist)
65 install_scripts=target,
69 cmd = install_scripts(dist)
Dtest_install.py75 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
/third_party/python/Doc/distutils/
Dcommandref.rst28 :command:`install_scripts`.
44 :command:`install_scripts`
Dapiref.rst2023 :mod:`distutils.command.install_scripts` --- Install script files from a package
2026 .. module:: distutils.command.install_scripts
/third_party/python/Lib/distutils/command/
Dinstall_scripts.py14 class install_scripts(Command): class
Dinstall.py187 self.install_scripts = None
422 self.install_scripts is None or
/third_party/python/Lib/venv/
D__init__.py328 self.install_scripts(context, path)
358 def install_scripts(self, context, path): member in EnvBuilder
/third_party/python/Doc/library/
Dvenv.rst223 .. method:: install_scripts(context, path)