mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
distributions their own directory (and .pth file). Overhauled how we determine installation directories in 'set_final_options()' to separate platform-dependence and take 'install_path' option into account. Added 'create_path_file()' to create path config file when 'install_path' given. Only run 'install_py' and 'install_ext' when, respectively, there are some pure Python modules and some extension modules in the distribution. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| build_ext.py | ||
| build_py.py | ||
| install.py | ||
| install_ext.py | ||
| install_lib.py | ||
| install_py.py | ||