Thanks a lot! The best tutorial i've found Btw guys, do not use homebrew to install Ruby right away to your Mac. macOS uses Ruby 2.6.x and if you change the initial version, your OS may not work properly. This is the best way to install Ruby.
@rohan70452 ай бұрын
Thank you so much and i really mean it , it helped me a lot ❤
@Ok24ok24 Жыл бұрын
Thank you very much !! This is the only comprehensive tutorial I've managed to find after hours !!
@preceptordev Жыл бұрын
Glad it helped! :)
@abrahamchristopher2805 Жыл бұрын
am using mac M2 the ruby version is not changing it still showing the older version please i neeed help
@genylegend Жыл бұрын
I faced the same issue in July 2023, installed "rbenv install 3.2.2" but my mac mini m2 showing older shell system 2.6.10 version, after "rbenv rehash" and "rbenv shell 3.2.2" it fixed the all problem, showing 3.2.2 after "ruby -v", i'm happy....
@abrahamchristopher2805 Жыл бұрын
me too am using mac m2 the rehash is not working ...
@ronaksolanki1923 Жыл бұрын
You are the saviour. Thank you so much for great tutorial.
@nutankumar7404 Жыл бұрын
Wonderful video, We stuck in updating ruby from last 3 weeks, finally we got it. Thanks for the Video @Preceptor 😀
@preceptordev Жыл бұрын
Excellent! Happy coding ❤️
@luis-hiplatform-yourviews61809 ай бұрын
help, the rbenv rehash do not changes the system macos version, what can i do?
@minhtoan7971 Жыл бұрын
I did the same as you but still in the old version, please help me !
@BoroLIVE Жыл бұрын
Same here, did you solved this? Thanks
@capmatteryt8 ай бұрын
it is going back to the original 2.7 after closing the terminal. please help. it is giving me this command eval "$(rbenv init - zsh)" in order to change the version
@Jowker9332 жыл бұрын
You saved my ass, thanks ! Now i can use react native.
@ادعم_فطرة2 жыл бұрын
hhhhhhhhhhh lol I didn't solve the problem to use React, but you killed me with laughter the day I was trying to solve the problem
@fouadchahd29692 жыл бұрын
same here :D coming to solve react-native problem
@itstudent5824 Жыл бұрын
You have NO idea how much this helped me
@preceptordev Жыл бұрын
I'm glad this video was helpful to you :)
@kirubakarankuppusamy-q5t Жыл бұрын
Saved my day :)
@jamalfaqeeri7531 Жыл бұрын
god bless this guy!
@unknownman1 Жыл бұрын
thanks mate, this worked. subbed
@AmazingHaze420 Жыл бұрын
Great man! Can you make a video installing Oracle Instant Client and Gem OCI8 on Apple Silicon, please?
@arodasiora11 ай бұрын
THANKS A LOT! SO MUCH! U SAVED ME!
@merlin2049er2 жыл бұрын
How do I install an older version. Like 2.3.5
@preceptordev2 жыл бұрын
You can see all the versions that you can install through rbenv and ruby-build with the command "rbenv install -L", you can install any of those with the command "rbenv install " (replacing with the version that you want to install). You should be able to install 2.3.5 through "rbenv install 2.3.5"
@AwesomeTutes Жыл бұрын
Awesome. It worked
@mmejazhanif7 ай бұрын
Very Nice Buddy
@pausierraarias Жыл бұрын
FINALLY!!!! thank youuuuu
@preceptordev Жыл бұрын
You are most welcome :)
@aabhassao2 жыл бұрын
thanks dude, helpful
@preceptordev2 жыл бұрын
Glad it helped!
@biblicalbow Жыл бұрын
Perfect
@cengzeynep Жыл бұрын
thank you so much
@preceptordev Жыл бұрын
You're welcome!
@sayansaha339 Жыл бұрын
It was effective and helpful
@preceptordev Жыл бұрын
Glad to hear it! Thanks :)
@Zephirss007 Жыл бұрын
Thank you
@preceptordev Жыл бұрын
You're welcome!
@koong1912 Жыл бұрын
Thankss bro
@fouadchahd29692 жыл бұрын
thanks maaan
@preceptordev2 жыл бұрын
You're welcome :)
@michaelgoncalves98742 жыл бұрын
thanks
@preceptordev2 жыл бұрын
You're welcome!
@deanjackson32382 жыл бұрын
hey, can you pin my comment please? To anyone having Os version Ventura using flutter, and still has issue with cocoa pods, it is because you use version of ruby >=3.2.0, revert it to 3.1.2 as In the video and everything will be ok. (don't forget to reinstall cocoa pods after switching version of ruby)