Lines Matching full:python
1 """ Copies the build output of a custom python interpreter to a directory
2 structure that mirrors that of an official Python distribution.
8 Python distribution installed on their system. Occasionally
9 a user may want to build their own version of Python, and on
13 official Python distribution, thus allowing PYTHONHOME to be
66 # includes the Python executables, python27(_d).dll, and relevant PDB
68 print('Copying Python executables...')
77 'python', 'pythonw'], [
82 print('Copying Python include directory')
85 # Copy Lib folder (builtin Python modules)
86 print('Copying Python Lib directory')
92 # than what you get by installing python regularly. We only copy the tools that appear
130 description='Install a custom Python distribution')
134 help='The root of the source tree where Python is built.')
138 help='The location to install the Python distributions.')