fix: add HOME to pip install

This commit is contained in:
Ruben Fiszel
2024-02-26 15:27:56 +01:00
parent f33afffdb0
commit d951d17b78
5 changed files with 18 additions and 16 deletions

View File

@@ -864,6 +864,8 @@ pub async fn handle_python_reqs(
envs.push(("NO_PROXY", no_proxy));
}
envs.push(("HOME", HOME_ENV.as_str()));
tracing::debug!("pip install command: {:?}", command_args);
let mut flock_cmd = Command::new(FLOCK_PATH.as_str());