Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sh 'rvm use ruby 2.3.1'
  2.  
  3. + rvm use ruby 2.3.1
  4. RVM is not a function, selecting rubies with 'rvm use ...' will not work.
  5.  
  6. sh '''
  7. #!/bin/bash -xl
  8. echo $PATH
  9. rvm install ruby-2.3.1
  10. rvm alias create default 2.3.1 && ruby --version
  11. ruby --version
  12. '''
Add Comment
Please, Sign In to add comment