all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Warren Oates <warren.oates@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs/update/22.1/setting the path
Date: Sun, 02 Dec 2007 15:39:20 -0500	[thread overview]
Message-ID: <019e629c$0$14885$c3e8da3@news.astraweb.com> (raw)
In-Reply-To: mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org

In article <mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org>,
 trajan <trajan3@mac.com> wrote:

> How do I set the path or tell the OS where to look for Emacs v22.1?  I'm
> working in a Terminal window, using the bash shell.  Any info is  
> appreciated.
> Thanks.

I assume it's installed in /usr/local/bin. You can set your $PATH to 
something like:

PATH=${HOME}/bin:/usr/local/bin:${PATH}

in your ~/.bashrc. That way the system will search for executables in  
/usr/local/bin _before_ it looks in /usr/bin, which is the default, and 
where the Apple-supplied version of emacs lives.
-- 
W. Oates

       reply	other threads:[~2007-12-02 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org>
2007-12-02 20:39 ` Warren Oates [this message]
2007-12-02 19:49 Emacs/update/22.1/setting the path trajan

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='019e629c$0$14885$c3e8da3@news.astraweb.com' \
    --to=warren.oates@gmail.com \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.