Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 530 Bytes

File metadata and controls

23 lines (19 loc) · 530 Bytes
title Caveats
description Learn about caveats and known issues with the Lando Ruby service.

Caveats

Path Considerations

Lando will set the PATH hierarchy for this service as follows:

[
  '/usr/local/sbin',
  '/usr/local/bin',
  '/usr/local/bundle/bin',
  '/usr/sbin',
  '/usr/bin',
  '/sbin',
  '/bin',
]

This is useful to note if you are not using absolute paths in any tooling routes and are getting the unexpected version of a particular utility.