-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can any one install on OS X 10.11 #3680
Comments
what about |
Thank you. I follow this link update ruby for el capital and it work. |
I don't want to install home-brew, any other way? |
Without homebrew there seems to be no other way at the moment. |
You can |
I found out how, and answered here. |
@kylebrowning 👏 👏 thanks! |
Got it working with @segiddins recommendation by updating my
|
As rootless does not affect /usr/local/bin, the following succeeds:
Any caveats? |
Im assuming you're running OS X 10.11. This is happening because Apple has enabled rootless on the new install. If you type sudo nvram boot-args="rootless=0"; sudo reboot in terminal.app Your computer will reboot with it disabled. Once that is done, type sudo gem install cocoapods -V the -V is for verbose and will spit out any errors if they happen. from stackoverflow.com |
@nicolastinkl Why would you copy and paste verbatim what I already said? |
No, please do not disable rootless just to install a gem. |
@segiddins. What? |
@rajeshr it's good, thank you |
Can confirm that solution of @rajeshr worked for me. |
@rajeshr solution worked for me too. |
@rajeshr solution works for me as well. |
@rajeshr 👍 mate solution is working for me too .. |
@rajeshr thanks a lot! |
@rajeshr solution works for me too! |
@rajeshr solution works for me as well! |
@kylebrowning thanks! |
@powhu It worked for me too, thank you |
@rajeshr Your solution worked. Thanks (Y) |
Thanks @rajeshr, your solution helped me install a bunch of gems including sass and compass. |
Thanks @powhu, that worked for me. I already had homebrew installed so it was a quick fix. |
|
@rajeshr 👍 Thanks |
@rajeshr thanks for the solution! |
Thanks. |
@rajeshr Thanks, it worked for me 👍 |
The following works for me. My Mac version is OS X EI Capitan 10.11.3. Thanks guys! |
@rajeshr worked for me, thanks! |
worked for me, thanks |
Worked, thanks :) |
Still doesn't work for me. I still get the error with the command 'sudo gem install -n /usr/local/bin cocoapods' Please help ! |
@rajeshr worked for me, thanks ! |
@rajeshr worked for me as well. I tried to manually create xcodeproj in usr bin, even sudo wouldn't let me. |
@rajeshr solution works for me as well. |
worked for me, thanks ! |
|
My Mac version is OS X EI Capitan 10.11 |
OK, i did it working by myself. This is my solution:
Done ! See last answer in link http://stackoverflow.com/questions/21022638/pod-install-is-staying-on-setting-up-cocoapods-master-repo#comment53771519_32964100 |
thans @rajeshr , Works with 1.0.0 and OS X 10.11.5 for me. Thanks! |
@rajeshr solution works! but pop command still not found? |
Try a lot but still get this error on 10.11
The text was updated successfully, but these errors were encountered: