Add windir to Windows environment (#6403)

This commit is contained in:
David P. Kleinschmidt
2025-08-18 08:41:15 -04:00
committed by GitHub
parent 9ec327dc1d
commit d97b978b39

View File

@@ -852,6 +852,7 @@ mount {{
{
python_cmd.env("SystemRoot", SYSTEM_ROOT.as_str());
python_cmd.env("USERPROFILE", crate::USERPROFILE_ENV.as_str());
python_cmd.env("windir", SYSTEM_ROOT.as_str());
python_cmd.env(
"LOCALAPPDATA",
std::env::var("LOCALAPPDATA")