Contents

System/OS
2017.07.29 09:53

[mac] Homebrew/rvm/cocoapod setting

조회 수 1003 댓글 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




?

  1. [ios] StoryBoard(xib) 없이 프로젝트 만들기

  2. [ios] 최상위 ViewController 가져오기

  3. [ppt] iOS 플라랩#03(2015.04.27) 발표 자료

  4. [ios] 로컬에 있는 html 실행하기

  5. [ios] Did UIScrollView End Scrolling?

  6. [c] FSN 온라인 코딩 테스트 (Sorting, Binary Search)

  7. [js] 스크롤 이벤트 막기

  8. EBS [수학영역] 미적분과 통계 기본 - 정규분포의 의미와 특징은?

  9. [ios] Xcode의 디버그 모드에서 콜스택

  10. [mac] Homebrew/rvm/cocoapod setting

  11. [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우

  12. RSVP 란?

Board Pagination Prev 1 ... 83 84 85 86 87 88 89 90 91 92 ... 98 Next
/ 98