Homebrew installation on Mac and Python installation

Source: Internet
Author: User

Homebrew

    • Homebrew is a software package management tool under Mac OS platform, which has many useful functions such as installing, uninstalling, updating, viewing, searching and so on.

Homebrew Common Commands

  • View Brew's help: Brew–help

  • Install software: Brew install git

  • Uninstalling software: Brew Uninstall git

  • Search software: Brew search git

  • Displays the list of installed software: Brew List

  • Update the software, update all formula directories, and will be marked with * for software that is already installed and updated: Brew update

  • Update a specific software: Brew upgrade git

  • View software information: Brew [INFO | home] [FORMULA ...]

  • Remove Programs, as with upgrade, single software removal and all programs older versions removed:
    Brew cleanup git
    Brew cleanup

  • View those installed programs that require an update:
    Brew outdated

  • Other Homebrew Instructions:
    Brew list: List installed software
    Brew Update: Update homebrew
    Brew Home: Open homebrew home with your browser
    Brew Info: Display software content information
    Brew Deps: Show package dependencies
    Brew-h: Help

Python

Install Python using homebrew

    • Brew Search python (query Python version first)
    • Brew Install Pythonx (Download the Python version you need)

Homebrew installation on Mac and Python installation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.