Fix issues bootstrapping the installer.

Review Request #13504 — Created Jan. 21, 2024 and submitted

Information

rbinstall
master

Reviewers

When bootstrapping the installer, the bootstrapper failed to pass on
stdin to the installer program. This had worked previously, but was
broken when fixing another issue. We now pass in the stdin file handle,
allowing the installer to open stdin for input.

There's also a fix to remove the pip and Python version checks when
installing the bootstrapper package, avoiding a warning that shouldn't
be present during the bootstrapping process.

Successfully bootstrapped on macOS and Linux, without hitting issues
with stdin.

No longer saw the Python/pip version warnings on an older distro.

Summary ID
Fix issues bootstrapping the installer.
When bootstrapping the installer, the bootstrapper failed to pass on stdin to the installer program. This had worked previously, but was broken when fixing another issue. We now pass in the stdin file handle, allowing the installer to open stdin for input. There's also a fix to remove the pip and Python version checks when installing the bootstrapper package, avoiding a warning that shouldn't be present during the bootstrapping process.
4695f2caa9c58df8aa573d0bf2ddc015c2b4007e
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (f05799d)
Loading...