Building on Windows¶
The windows build process.
- relenv.build.windows.build_python(env, dirs, logfp)¶
Run the commands to build Python.
- Parameters:
env (dict) – The environment dictionary
dirs (
relenv.build.common.Dirs
) – The working directorieslogfp (file) – A handle for the log file
- relenv.build.windows.finalize(env, dirs, logfp)¶
Finalize sitecustomize, relenv runtime, and pip for Windows.
- Parameters:
env (dict) – The environment dictionary
dirs (
relenv.build.common.Dirs
) – The working directorieslogfp (file) – A handle for the log file
- relenv.build.windows.populate_env(env, dirs)¶
Make sure we have the correct environment variables set.
- Parameters:
env (dict) – The environment dictionary
dirs (
relenv.build.common.Dirs
) – The working directories