We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just for convenience. They already have good sudo-less instructions here:
https://guides.cocoapods.org/using/getting-started.html#installation
gem install --user-install cocoapods if ! grep -q GEM_HOME ~/.config/envman/ENV.env; then echo 'export GEM_HOME=$HOME/.gem' >> ~/.config/envman/ENV.env fi mkdir -p ~/.gem/bin pathman add ~/.gem/bin
Also:
ruby-install
chruby
brew install ruby-install brew install chruby # no fish support? source /Users/aj/.local/opt/brew/opt/chruby/share/chruby/chruby.sh source /Users/aj/.local/opt/brew/opt/chruby/share/chruby/auto.sh brew install chruby-fish source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby.fish source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby_use.fish source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby_reset.fish ruby-install ruby 3
ln -sf 3.3.0 ~/.gem/ruby/current export PATH="$HOME/.gem/ruby/current/bin:$PATH"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just for convenience. They already have good sudo-less instructions here:
https://guides.cocoapods.org/using/getting-started.html#installation
Also:
ruby-install
andchruby
(or something)The text was updated successfully, but these errors were encountered: