On 06/27/2012 09:23 PM, mbs400 wrote:

Glad I could help.

        But if instead of logging into the server via ssh, I just issue
        a remote command (as shown below), then I get the
        'non-interactive shell path', which is different from the one
        above...


        $ ssh roscoe@192.168.1.45 'echo $PATH;'

           ---> /usr/bin:/bin:/usr/sbin:/sbin

Of note on the above - symlinking all the git stuff into /usr/bin would have also fixed the problem. In fact, that's where most Linux distros put it these days, since everyone installs from the package manager and it doesn't put anything in /usr/local (since that's generally for manually installed things).

(mattc@E2-06L) ~$ which git
/usr/bin/git

--
Matthew Caron, Build Engineer
Sixnet, a Red Lion business | www.sixnet.com
+1 (518) 877-5173 x138 office


--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to