2023ๅนด8ๆœˆ23ๆ—ฅ ๆ˜ŸๆœŸไธ‰

What I Learned Today (08/23/2023): Homebrew Installation Guide ๐Ÿ› ️

๐Ÿ›  Homebrew Installation Guide ๐Ÿ› 

Welcome to our official guide to installing and managing packages with Homebrew!

Official site: http://brew.sh/ ๐ŸŒ

Brew Installation ๐Ÿ“ฅ

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Java ☕


brew tap caskroom/cask
brew install brew-cask
brew cask install java
    

Install wget ๐ŸŒ

brew install wget

Install unrar ๐Ÿ“ฆ

brew install unrar

Install PHP mcrypt ๐Ÿ”


brew install homebrew/php/php56-mcrypt
    

Search PHP module ๐Ÿ”

brew search php | grep mcrypt

Install Pillow ๐Ÿ–ผ


brew install libtiff libjpeg webp little-cms2
pip install Pillow
    

ๆฒ’ๆœ‰็•™่จ€: