Skip to content

Instantly share code, notes, and snippets.

@iNecas
Created July 31, 2017 12:27
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 iNecas/37ce425326a0acb52280a3cb55a9ebf4 to your computer and use it in GitHub Desktop.
Save iNecas/37ce425326a0acb52280a3cb55a9ebf4 to your computer and use it in GitHub Desktop.
pry-remote-setup
scl enable tfm bash
gem install pry-remote
setenforce 0
# in code:
# require 'pry-remote'; binding.remote_pry
$(dirname $(gem which pry-remote))/../bin/pry-remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment