Add windir to Windows environment (#6403)
This commit is contained in:
committed by
GitHub
parent
9ec327dc1d
commit
d97b978b39
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user