Change TMP for windows

This commit is contained in:
pyranota
2024-11-14 11:39:52 +00:00
parent 1b885ce2c2
commit deff3b0045

View File

@@ -1292,7 +1292,6 @@ pub async fn handle_python_reqs(
.envs(envs)
.envs(PROXY_ENVS.clone())
.env("SystemRoot", SYSTEM_ROOT.as_str())
.env("TMP", "C:\\Users\\alex\\AppData\\Local\\Temp")
.env(
"TMP",
std::env::var("TMP").unwrap_or_else(|_| String::from("/tmp")),