Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Last active February 19, 2020 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustmodify/f470386330790a35672ba9a48c77bb68 to your computer and use it in GitHub Desktop.
Save mustmodify/f470386330790a35672ba9a48c77bb68 to your computer and use it in GitHub Desktop.
production@biotic:~$ /bin/bash -i -l -c 'cd /home/production/aperture/releases/20200207215149 && chruby'
running ~/.default_ruby
rbx-2.5.7
rbx-2.5.8
rubinius-2.5.8
ruby-2.1.6
ruby-2.2.2
ruby-2.3.8
* ruby-2.5.6
production@biotic:~/aperture/current$ /bin/bash -l -c 'cd /home/production/aperture/releases/20200207215149 && chruby'
running ~/.default_ruby
rbx-2.5.7
rbx-2.5.8
rubinius-2.5.8
* ruby-2.1.6
ruby-2.2.2
ruby-2.3.8
ruby-2.5.6
production@biotic:~/aperture/current$ cd /home/production/aperture/releases/20200207215149 && chruby
rbx-2.5.7
rbx-2.5.8
rubinius-2.5.8
ruby-2.1.6
ruby-2.2.2
ruby-2.3.8
* ruby-2.5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment