Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Install Cocoapods in RVM
  2.  
  3. ## Make sure you're using RVM ruby
  4. ```shell
  5. $rvm use
  6. Using /Users/*****/.rvm/gems/ruby-2.4.1
  7. ```
  8.  
  9. ## Install Cocoapods by RVM
  10. ```shell
  11. $rvmsudo gem install cocoapods
  12. ```
  13.  
  14. ## Check
  15. ```shell
  16. $where pod
  17. /Users/*****/.rvm/gems/ruby-2.4.1/bin/pod
  18. /usr/local/bin/pod
  19. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement