Search
 
SCRIPT & CODE EXAMPLE
 

RUBY

how to use multiple ruby version in mac as per project

# Install ruby 2.7
rbenv install 2.7.1

# Make ruby 2.7 the default version
$ rbenv global 2.7.1

# Or make 2.7 the default versión only on a specific project
$ cd myproject
$ rbenv local 2.7.1
# this create a ".ruby-version" file
Comment

PREVIOUS NEXT
Code Example
Ruby :: ruby add content to file 
Ruby :: ruby each 
Ruby :: ruby push array 
Ruby :: ruby print 
Ruby :: ruby omit key 
Ruby :: remove order by from query in rails 
Ruby :: ruby get instance variables without accessor 
Ruby :: format date rails created long 
Ruby :: rbenv not changing version 
Ruby :: rails automatically downcase on create 
Ruby :: rails resources 
Ruby :: rails g migration foreign key optionnal 
Ruby :: ruby map 
Ruby :: rails bootstrap background image 
Ruby :: ruby how to filter through excel 
Ruby :: ruby array infinity 
Ruby :: how to require all .rb files in rails 
Ruby :: how do i fix FATAL: password authentication failed for user "root" 
Ruby :: $stdout ruby override 
Ruby :: ruby find frequency in array self.all 
Ruby :: OTP SMS Mobile Verification in Ruby 
Ruby :: is this consistent with ruby-class A<b::c::C::D::e 
R :: convert latin accents to ascii R 
R :: dplyr colnames r 
R :: counting by 2 columns in r 
R :: how to get the mode in r 
R :: remove rows in r based on row number using dplyr 
R :: write text r 
R :: how to change the font of the xlab in plot in r 
R :: How to remove rows with inf from a dataframe in R 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =