https://bugzilla.wikimedia.org/show_bug.cgi?id=47261

Antoine "hashar" Musso <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Antoine "hashar" Musso <[email protected]> ---
How have you installed git ? 

If it is installed by the linux distribution it would usually ends up in
/usr/bin/git

When you compile from source (with ./configure ), the default prefix is
/usr/local to avoid overlapping with the distribution version.

Having in your bashrc something like:

export PATH="/usr/local/bin:$PATH"

Would load the locally installed binary before looking at the distribution
ones.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to