From owner-freebsd-questions@FreeBSD.ORG Mon May 15 20:44:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A339016A838 for ; Mon, 15 May 2006 20:44:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 458AE43D49 for ; Mon, 15 May 2006 20:44:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id ACC645C38; Mon, 15 May 2006 16:44:35 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eYIYRQvdt7DC; Mon, 15 May 2006 16:44:33 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 5E0AA5C36; Mon, 15 May 2006 16:44:33 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 15 May 2006 16:44:32 -0400 To: Atom Powers X-Mailer: Apple Mail (2.750) Cc: "freebsd-questions@freebsd.org" Subject: Re: newly installed apps not in path? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:44:36 -0000 On May 15, 2006, at 4:36 PM, Atom Powers wrote: > Whan I install a new application (from ports) I have to execute it > with the full path until I start a new shell. (in sh, tcsh, and bash) > > What causes this behavior, and how can I fix it (cause newly installed > apps to be executable without a full path)? Try doing a "rehash".... -- -Chuck