- Comprehensive Ruby Programming
- Jordan Hudgens
- 224字
- 2021-07-02 21:13:21
Installing different Ruby versions with RVM
If you're interested in using RVM to manage multiple versions of Ruby on your system, I want to give some more detailed instructions on how you can accomplish this:
- Start out by going to your Terminal and typing the following command:
rvm list

If you have RVM installed, this will bring up all of the versions of Ruby that you have access to on your computer.
- If there is a version of Ruby that you want and that you don't already have on your system, simply type this in to the Terminal:
rvm install 2.3.0
Running this command will install the 2.3.0 version of Ruby for you:

You can do this for any versions of Ruby that are available via RVM. This makes it easy to ensure you're always using the most up-to-date version of the language. Using RVM is also helpful if you have different projects that utilize various versions of the language. For example, I have some legacy Ruby projects that use Ruby version 1.9.3, while all of my new projects use Ruby 2.3.0 (at the time of writing this guide).
By leveraging RVM, I can quickly switch between different versions of Ruby with a simple Terminal command. Alternatively, if you're not a fan of RVM, you can also use rbenv, which is a similar service.
- 自然語(yǔ)言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- FLL+WRO樂(lè)高機(jī)器人競(jìng)賽教程:機(jī)械、巡線與PID
- Expert Data Visualization
- NetBeans IDE 8 Cookbook
- 編寫(xiě)高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Test-Driven JavaScript Development
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Machine Learning for OpenCV
- C# 10核心技術(shù)指南
- 計(jì)算機(jī)信息技術(shù)實(shí)踐教程
- Android Application Programming with OpenCV 3
- Modern R Programming Cookbook
- C++ Primer(中文版)(第5版)
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)(第2版)