Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add --install-python=false to install invocation. #85

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Oct 12, 2023

  1. fix: Add --install-python=false to install invocation.

    The installer may attempt to install a Python package on MacOS,
    if the versions do not line up with the minimum version blessed
    by the script. To do this, it attempts to run sudo.
    
    This disables the installation with an install flag.
    
    The flag is present in all versions of gcloud since 352.0.0.
    
    Fixes jthegedus#82.
    fiadliel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b956493 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. fix: only install python on necessary versions

    Co-authored-by: Tan Le <[email protected]>
    jthegedus and tancnle authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    86b2499 View commit details
    Browse the repository at this point in the history