Update the shebang line in both generate_corelib.py and generate_docs.py scripts to use /usr/bin/env python instead of hardcoded /usr/bin/python, improving portability across different Python installations and virtual environments.
Update the shebang line in both generate_corelib.py and generate_docs.py scripts to use /usr/bin/env python instead of hardcoded /usr/bin/python, improving portability across different Python installations and virtual environments.