I don't want to rely on the one-click installer any more, and I want to learn how to install Ruby manually. Is there a resource for this?
Use `gem install -v` You may already be familiar with gem install , but if you add the -v flag, you can specify the version of the gem to install. Using -v you can specify an exact version or use version comparators.
C:\ruby
. Then put C:\ruby\bin
in your PATH environment variable.setup.rb
.gem install rails
, once that installs then do: rails test_project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With