Skip to content

Instantly share code, notes, and snippets.

View ritaly's full-sized avatar
🤔
wondering why Github needs a status?

Rita Łyczywek ritaly

🤔
wondering why Github needs a status?
  • Linkedin @ritalyczywek
  • ○°☾☆ universe ☆☾°○
View GitHub Profile
@ritaly
ritaly / break.py
Created January 9, 2020 09:16 — forked from obfusk/break.py
python equivalent of ruby's binding.pry
import code; code.interact(local=dict(globals(), **locals()))
@ritaly
ritaly / ruby-versions-chruby.md
Created January 21, 2019 11:51 — forked from jbinto/ruby-versions-chruby.md
Dealing with Ruby versions - chruby

Dealing with Ruby versions - chruby

Every time I sit down to code, it seems like a new Ruby version is available.

When I first learned ruby I used rvm on my Mac. In production on linux, I use rbenv, likely due to its Capistrano integration.

When I set up my current machine, I found rvm had fallen out of fashion in favour of something called chruby.

Install new ruby