Apple M1 Mac์—์„œ HomeBrew๐Ÿบ ์„ค์น˜

JangHun, Bยท2021๋…„ 1์›” 1์ผ
7

Mac

๋ชฉ๋ก ๋ณด๊ธฐ
1/1
post-thumbnail

๊ณต์‹ ํ™ˆํŽ˜์ด์ง€์— ๋‚˜์™€์žˆ๋Š”

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

์œ„ ๋ช…๋ น์–ด๋Š” M1์—์„œ๋Š” $ zsh command not found brew ๊ณผ ๊ฐ™์€ ๊ฒฐ๊ณผ๋ฅผ ์ค€๋‹ค.

M1 Mac์—์„œ HomeBrew๋ฅผ ์„ค์น˜ํ•˜๋Š” ๋ฐฉ๋ฒ•์€ ์•„๋ž˜์™€ ๊ฐ™๋‹ค.

# We'll be installing Homebrew in the /opt directory.
cd /opt

# Create a directory for Homebrew. This requires root permissions.
sudo mkdir homebrew

# Make us the owner of the directory so that we no longer require root permissions.
sudo chown -R $(whoami) /opt/homebrew

# Download and unzip Homebrew. This command can be found at https://docs.brew.sh/Installation.
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew

# Add the Homebrew bin directory to the PATH. If you don't use zsh, you'll need to do this yourself.
echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.zshrc

brew์™€ ํ•จ๊ป˜ ์ฆ๊ฑฐ์šด ๊ฐœ๋ฐœ์„ ์‹œ์ž‘ํ•˜๋ฉด ๋œ๋‹ค. ๐Ÿ˜Ž

3๊ฐœ์˜ ๋Œ“๊ธ€

comment-user-thumbnail
2021๋…„ 2์›” 16์ผ

์•ˆ๋…•ํ•˜์„ธ์š”! ์ด ๊ธ€ ๋ณด๊ณ  ํ•ด๊ฒฐํ–ˆ์–ด์š”
๊ธ€ ์จ์ฃผ์…”์„œ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค๐Ÿฅณ! ์†์ด ์‹œ์›ํ•ด์š”!

๋‹ต๊ธ€ ๋‹ฌ๊ธฐ
comment-user-thumbnail
2021๋…„ 2์›” 28์ผ

์„ค์น˜ ํ›„์— ์‚ญ์ œ๋Š” ์–ด๋–ป๊ฒŒ ํ•˜๋‚˜์š”?

๋‹ต๊ธ€ ๋‹ฌ๊ธฐ
comment-user-thumbnail
2021๋…„ 4์›” 1์ผ

์˜ค ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค :)

๋‹ต๊ธ€ ๋‹ฌ๊ธฐ