From: Thomas Rast <trast@student.ethz.ch>
To: freefly <free.fly@live.com>
Cc: <git@vger.kernel.org>
Subject: Re: git version not changed after installing new version
Date: Wed, 25 Jan 2012 18:03:18 +0100 [thread overview]
Message-ID: <8739b3k949.fsf@thomas.inf.ethz.ch> (raw)
In-Reply-To: <loom.20120125T173801-500@post.gmane.org> (freefly's message of "Wed, 25 Jan 2012 16:45:50 +0000 (UTC)")
freefly <free.fly@live.com> writes:
> Hi all,
> I am new to Mac OS X lion and I had a previous installation of XCODE 4.2
> on my mac mini. It has a git version 1.7.5.4. I installed a new version 1.7.8.4.
> and updated the Path variables by running the script comes with the
> package as well. but when I type "git --version" in the terminal
> I get 1.7.5.4. Can anyone tell me what is going wrong ?
Enter 'which git' in a terminal. The 'which' utility looks up which
executable from $PATH will be run if you use 'git' (in this case) as a
command word, i.e., without specifying its path.
This should point to your newly installed git. It probably doesn't, and
you can compare it and your $PATH (try: 'echo "$PATH"' in a terminal) to
see why.
--
Thomas Rast
trast@{inf,student}.ethz.ch
next prev parent reply other threads:[~2012-01-25 17:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 16:45 git version not changed after installing new version freefly
2012-01-25 16:57 ` Kirill Likhodedov
2012-01-25 17:03 ` Thomas Rast [this message]
2012-01-25 17:19 ` freefly
2012-01-25 18:57 ` Carlos Martín Nieto
2012-01-25 19:32 ` freefly
2012-01-25 19:58 ` Carlos Martín Nieto
2012-01-25 20:20 ` freefly
2012-01-25 22:29 ` Carlos Martín Nieto
2012-01-26 14:33 ` freefly
2012-01-26 15:13 ` freefly
2012-01-26 16:52 ` Holger Hellmuth
2012-01-26 17:52 ` freefly
2012-01-25 20:23 ` freefly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8739b3k949.fsf@thomas.inf.ethz.ch \
--to=trast@student.ethz.ch \
--cc=free.fly@live.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).