Skip to content

Instantly share code, notes, and snippets.

@axopadyani
Last active July 18, 2021 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axopadyani/ede78073d2d3fd2aebae853b30d2d6f6 to your computer and use it in GitHub Desktop.
Save axopadyani/ede78073d2d3fd2aebae853b30d2d6f6 to your computer and use it in GitHub Desktop.
RVM Install 2.3.0
$ curl -sSL https://get.rvm.io | bash -s stable
Downloading https://github.com/rvm/rvm/archive/1.29.10.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.10/1.29.10.tar.gz.asc
Warning: Failed to set locale category LC_NUMERIC to en_ID.
Warning: Failed to set locale category LC_TIME to en_ID.
Warning: Failed to set locale category LC_COLLATE to en_ID.
Warning: Failed to set locale category LC_MONETARY to en_ID.
Warning: Failed to set locale category LC_MESSAGES to en_ID.
gpg: Signature made Thu Mar 26 04:58:42 2020 WIB
gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
GPG verified '/Users/aqsha/.rvm/archives/rvm-1.29.10.tgz'
Installing RVM to /Users/aqsha/.rvm/
RVM PATH line found in /Users/aqsha/.mkshrc /Users/aqsha/.profile /Users/aqsha/.bashrc.
RVM PATH line not found for Zsh, rerun this command with '--auto-dotfiles' flag to fix it.
RVM sourcing line found in /Users/aqsha/.profile /Users/aqsha/.bash_profile /Users/aqsha/.zshrc /Users/aqsha/.zlogin.
Installation of RVM in /Users/aqsha/.rvm/ is almost complete:
* To start using RVM you need to run `source /Users/aqsha/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
Thanks for installing RVM 🙏
Please consider donating to our open collective to help us maintain RVM.
👉 Donate: https://opencollective.com/rvm/donate
$ rvm install 2.3.0
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.15/x86_64/ruby-2.3.0.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Warning: DYLD_LIBRARY_PATH environment variable is set, this might interact with the compilation and ruby.
Installing Ruby from source to: /Users/aqsha/.rvm/rubies/ruby-2.3.0, this may take a while depending on your cpu(s)...
ruby-2.3.0 - #downloading ruby-2.3.0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13.5M 100 13.5M 0 0 865k 0 0:00:16 0:00:16 --:--:-- 894k
ruby-2.3.0 - #extracting ruby-2.3.0 to /Users/aqsha/.rvm/src/ruby-2.3.0 - please wait
ruby-2.3.0 - #applying patch /Users/aqsha/.rvm/patches/ruby/ruby_2_3_gcc7.patch - please wait
ruby-2.3.0 - #applying patch /Users/aqsha/.rvm/patches/ruby/changeset_r53419.diff - please wait
ruby-2.3.0 - #applying patch /Users/aqsha/.rvm/patches/ruby/2.3.0/random_c_using_NR_prefix.patch - please wait
ruby-2.3.0 - #configuring - please wait
ruby-2.3.0 - #post-configuration - please wait
ruby-2.3.0 - #compiling - please wait
ruby-2.3.0 - #installing - please wait
ruby-2.3.0 - #making binaries executable - please wait
ruby-2.3.0 - #downloading rubygems-3.0.8
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 867k 100 867k 0 0 818k 0 0:00:01 0:00:01 --:--:-- 818k
No checksum for downloaded archive, recording checksum in user configuration.
ruby-2.3.0 - #extracting rubygems-3.0.8 - please wait
ruby-2.3.0 - #removing old rubygems - please wait
$LANG was empty, setting up LANG=en_US.US-ASCII, if it fails again try setting LANG to something sane and try again.
ruby-2.3.0 - #installing rubygems-3.0.8 - please wait
Error running 'env GEM_HOME=/Users/aqsha/.rvm/gems/ruby-2.3.0@global GEM_PATH= /Users/aqsha/.rvm/rubies/ruby-2.3.0/bin/ruby -d /Users/aqsha/.rvm/src/rubygems-3.0.8/setup.rb --no-document',
please read /Users/aqsha/.rvm/log/1586804012_ruby-2.3.0/rubygems.install.log
@flchp
Copy link

flchp commented Jul 18, 2021

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment