はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Documentation』

  • 人気
  • 新着
  • すべて
  • brew Shell Completion

    4 users

    docs.brew.sh

    brew Shell Completion Homebrew comes with completion definitions for the brew command. Some packages also provide completion definitions for their own programs. zsh, bash and fish are currently supported. You must manually configure your shell to enable its completion support. This is because the Homebrew-managed completions are stored under HOMEBREW_PREFIX which your system shell may not be aware

    • テクノロジー
    • 2020/05/10 20:13
    • Linux
    • FAQ (Frequently Asked Questions)

      3 users

      docs.brew.sh

      When automatic brew cleanup is disabled, if you uninstall a formula, it will only remove the latest version you have installed. It will not remove all versions of the formula that you may have installed in the past. Homebrew will continue to attempt to install the newest version it knows about when you run brew upgrade. This can be surprising. In this case, to remove a formula entirely, you may ru

      • テクノロジー
      • 2020/01/10 21:04
      • Formula Cookbook

        4 users

        docs.brew.sh

        Formula Cookbook A formula is a package definition written in Ruby. It can be created with brew create <URL> where <URL> is a zip or tarball, installed with brew install <formula>, and debugged with brew install --debug --verbose <formula>. Formulae use the Formula API which provides various Homebrew-specific helpers. Homebrew terminology An introduction Basic instructions Grab the URL Fill in the

        • テクノロジー
        • 2019/11/04 22:01
        • Python

          7 users

          docs.brew.sh

          Python This page describes how Python is handled in Homebrew for users. See Python for Formula Authors for advice on writing formulae to install packages written in Python. Homebrew will install the necessary Python 3 version that is needed to make your packages work. Python 2 (or 1) is not supported. Python 3 Homebrew provides formulae for the newest and maintained releases of Python 3 (python@3.

          • テクノロジー
          • 2018/03/22 01:15
          • python
          • brew(1) – The Missing Package Manager for macOS (or Linux)

            5 users

            docs.brew.sh

            brew(1) – The Missing Package Manager for macOS (or Linux) SYNOPSIS brew --version brew command [--verbose|-v] [options] [formula] … DESCRIPTION Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn’t include with macOS. It can also install software not packaged for your Linux distribution without requiring sudo. TERMINOLOGY formula Homebrew package definition that bui

            • テクノロジー
            • 2017/10/21 23:43
            • Documentation

              4 users

              docs.brew.sh

              Documentation Users brew manual page (command documentation) Homebrew Blog (news on major updates) Installation Support Tiers Troubleshooting FAQ (Frequently Asked Questions) Common Issues brew Shell Completion Homebrew on Linux Homebrew Bundle, brew bundle and Brewfile Bottles (binary packages) Taps (third-party repositories) Interesting Taps and Forks Tips and Tricks Anonymous Analytics Querying

              • テクノロジー
              • 2017/04/25 18:26
              • Homebrew on Linux

                11 users

                docs.brew.sh

                Homebrew on Linux The Homebrew package manager may be used on Linux and Windows Subsystem for Linux (WSL) 2. Homebrew was formerly referred to as Linuxbrew when running on Linux or WSL. Homebrew does not use any libraries provided by your host system, except glibc and gcc if they are new enough. Homebrew can install its own current versions of glibc and gcc for older distributions of Linux. Featur

                • テクノロジー
                • 2016/01/21 09:40
                • homebrew
                • bash
                • linux
                • ruby

                このページはまだ
                ブックマークされていません

                このページを最初にブックマークしてみませんか?

                『Documentation』の新着エントリーを見る

                キーボードショートカット一覧

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

                • 総合
                • 一般
                • 世の中
                • 政治と経済
                • 暮らし
                • 学び
                • テクノロジー
                • エンタメ
                • アニメとゲーム
                • おもしろ
                • アプリ・拡張機能
                • 開発ブログ
                • ヘルプ
                • お問い合わせ
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について

                公式Twitter

                • 公式アカウント
                • ホットエントリー

                はてなのサービス

                • はてなブログ
                • はてなブログPro
                • 人力検索はてな
                • はてなブログ タグ
                • はてなニュース
                • ソレドコ
                • App Storeからダウンロード
                • Google Playで手に入れよう
                Copyright © 2005-2025 Hatena. All Rights Reserved.
                設定を変更しましたx