Re: git's directory is _prepended_ to PATH when called with an absolute path
From: David Rodríguez <hidden> Date: 2016-06-15 23:04:30
On 22/04/15 14:02, brian m. carlson wrote:
"I want whatever ruby the
user chooses."
This is exactly what I want. The problem is that git overrides the
user's choice by prepending /usr/bin to the path and thus making
/usr/bin/env choose system's ruby version. Which is almost always not
the Ruby the user chose.