fix: hide root pip warning on Linux again

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2022-10-26 09:31:28 -04:00
parent 1aa841beda
commit f25227416d
+2
View File
@@ -189,6 +189,8 @@ def build_in_container(
log.step("Setting up build environment...")
env = container.get_environment()
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
env["PIP_ROOT_USER_ACTION"] = "ignore"
# put this config's python top of the list
python_bin = config.path / "bin"