1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| $ sudo ruby setup.rb
[sudo] pc 的密码: Bundler 1.17.3 installed RubyGems 3.0.4 installed Regenerating binstubs `/usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake` does not exist, maybe `gem pristine rake` will fix it? Parsing documentation for rubygems-3.0.4 Installing ri documentation for rubygems-3.0.4 ... ... ... RubyGems installed the following executables: /usr/bin/gem2.5 /usr/bin/bundle2.5
Ruby Interactive (ri) documentation was installed. ri is kind of like man pages for Ruby libraries. You may access it like this: ri Classname ri Classname.class_method ri Classname#instance_method If you do not wish to install this documentation in the future, use the --no-document flag, or set it as the default in your ~/.gemrc file. See 'gem help env' for details.
|