Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Homebrew (0.03 sec)

  1. ci/official/utilities/setup_macos.sh

      # Check if pyenv is managed by homebrew. If so, update and upgrade pyenv.
      # Otherwise, install the latest pyenv from github.
      if command -v brew &> /dev/null && brew list pyenv &> /dev/null; then
        # On "ventura-slcn" VMs, pyenv is managed via Homebrew.
        echo "pyenv is installed and managed by homebrew."
        brew update && brew upgrade pyenv
      else
        echo "pyenv is not managed by homebrew. Installing it via github..."
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jun 23 23:03:02 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. README.md

    ### Homebrew (recommended)
    
    Run the following command to install the latest stable MinIO package using [Homebrew](https://brew.sh/). Replace ``/data`` with the path to the drive or directory in which you want MinIO to store data.
    
    ```sh
    brew install minio/stable/minio
    minio server /data
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 18.7K bytes
    - Viewed (0)
Back to top