When using Alpine Linux the version of less that is available is not compatible with the options that Pry uses by default (further reading). The most expedient way to avoid this issue is to disable the pager. 😕
# Disable paging - paging is broken in when using Alpine `less`
Pry.config.pager = false
When using Alpine Linux the version of
less
that is available is not compatible with the options that Pry uses by default (further reading). The most expedient way to avoid this issue is to disable the pager. 😕