with the original PATH (the one I had when building Sage failed): 21:53:42:/usr/lib$ which git /usr/bin/git 21:53:45:/usr/lib$ git --version git version 1.8.3.4 (Apple Git-47) 21:53:49:/usr/lib$ /usr/local/git/bin/git --version git version 1.7.11.1
The only executable that I removed from PATH seems to be gitk: 21:55:35:/usr/lib$ ls /usr/local/git/bin/ git* git-receive-pack@ git-upload-archive@ gitk* git-cvsserver* git-shell* git-upload-pack* 21:55:42:/usr/lib$ which git-shell /usr/bin/git-shell 21:55:51:/usr/lib$ which git-cvsserver /usr/bin/git-cvsserver 21:56:02:/usr/lib$ which git-receive-pack /usr/bin/git-receive-pack 21:56:09:/usr/lib$ which git-shell /usr/bin/git-shell 21:56:13:/usr/lib$ which git-upload-archive /usr/bin/git-upload-archive 21:56:20:/usr/lib$ which gitk /usr/local/git/bin/gitk 21:56:23:/usr/lib$ which git-upload-pack /usr/bin/git-upload-pack 22:00:27:/usr/lib$ ls /sage 2013/12/20 Volker Braun <[email protected]> > Which version of git is in the system path? > > > On Friday, December 20, 2013 8:48:50 PM UTC, Marco Streng wrote: >> >> I think one of the first two must have done the trick, as LD_LIBRARY_PATH >> was unset to begin with, and I already tried the rest before. The original >> LDFLAGS was LDFLAGS=-L/opt/local/lib (I have no idea what that is) and the >> original path was PATH=/opt/local/bin:/sage:/ >> usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin where >> /sage was empty (because of Jean-Pierre's remark), so the difference in >> PATH is git. >> >> -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/groups/opt_out.
