Contents

System/OS
2017.07.29 09:53

[mac] Homebrew/rvm/cocoapod setting

조회 수 981 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Uninstall Homebrew

mac:~ hooni$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"




Install Homebrew

mac:~ hooni$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
mac:~ hooni$ brew update
mac:~ hooni$ brew doctor




Install gpg

mac:~ hooni$ brew install gnupg gnupg2




Install rvm

mac:~ hooni$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \
> curl -sSL https://get.rvm.io | bash -s stable




Run rvm

mac:~ hooni$ source /Users/rhan/.rvm/scripts/rvm




Install ruby(Search what version is the latest)

mac:~ hooni$ rvm install 2.4.1




Install CocoaPods

mac:~ hooni$ gem install cocoapods




Install npm

mac:~ hooni$ brew install node




?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
9 Algorithm OCB5 Injection 앗싸뵹! ㅋㅋ file hooni 2014.07.01 779
8 Algorithm 러시아 페인트공 알고리즘에 대해.. hooni 2013.04.23 22881
7 Algorithm 디피헬만(Diffie-Hellman) 초간단 개념.. hooni 2013.04.23 81004
6 Algorithm 암호 알고리즘 및 프로토콜의 이해.. file hooni 2013.04.23 17192
5 Algorithm Polynomial time 이란? ㅋㅋ hooni 2013.04.23 22235
4 Algorithm [security] 블럭 암호에 대해서.. hooni 2013.04.23 17102
3 Algorithm 스터디 자료, 암호화에 대해서.. 나중에 볼 ppt.. file hooni 2013.04.23 13354
2 Algorithm [security] RSA 암호화 설명과 예.. hooni 2013.04.23 16600
1 Algorithm [algorithm] Greedy (탐욕 기법) hooni 2003.04.23 15096
Board Pagination Prev 1 Next
/ 1