일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Nginx
- dht11
- flask
- parser
- uno
- ruby on rails
- Python
- Raspberry Pi
- java
- python3
- Android
- STM32F4
- rails
- mqtt
- Beacon
- ubuntu
- nano
- Server
- 아두이노
- BLE
- Raspberry Pi 3
- odroid-x2
- RUBY
- Arduino
- 라즈베리파이
- 오렌지파이
- orange pi
- JSON
- IOT
- 개발환경
- Today
- Total
[熱情]
Mac Setting 본문
brow를 먼저 설치 해주자
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
마지막에 나오는 메세지를 확인해야된다.
==> Next steps:
- Run these three commands in your terminal to add Homebrew to your PATH:
echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/alvastro/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/alvastro/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
위를 차례로 실행한다.
$ brew --version
Homebrew 3.6.7
Homebrew/homebrew-core (.....)
설치 성공..
item2 installl
https://iterm2.com/downloads.html
$ brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ruby install
brew install rbenv ruby-build
완료 후
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile |
source ~/.bash_profile
vi .zshrc
export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init - zsh)" |
source ~/.zshrc
rbenv install 2.7.6
rbenv global 2.7.6
ruby --version
rails installl
gem install bundler
git instll
brew install git
mysql
https://velog.io/@haleyjun/MySQL-Mac%EC%97%90-MySQL-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-M1%EC%B9%A9
brew install mysql geos