From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 19:05:34 2005 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 EC78916A41F for ; Thu, 15 Sep 2005 19:05:34 +0000 (GMT) (envelope-from dm@mainframe.ca) Received: from wale.mainframe.ca (wale.mainframe.ca [209.17.131.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A624243D46 for ; Thu, 15 Sep 2005 19:05:30 +0000 (GMT) (envelope-from dm@mainframe.ca) Received: from jupiter.mainframe.ca ([10.0.0.12] helo=mail.mainframe.ca) by wale.mainframe.ca with esmtp (Exim 4.52 (FreeBSD)) id 1EFz2o-0002pN-K5; Thu, 15 Sep 2005 12:05:14 -0700 Received: from [172.16.139.102] (helo=Mandarin-04.mainframe.ca) by mail.mainframe.ca with esmtp (Exim 4.52 (FreeBSD)) id 1EFyzj-00015r-U1; Thu, 15 Sep 2005 12:02:04 -0700 From: Derrick MacPherson To: Ugo Bellavance In-Reply-To: References: Content-Type: text/plain Date: Thu, 15 Sep 2005 12:04:58 -0700 Message-Id: <1126811099.15733.46.camel@Mandarin-04.mainframe.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-16.3) Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Command not in PATH when just installed? 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: Thu, 15 Sep 2005 19:05:35 -0000 depending on your shell, you may need to type rehas - then it will see the command. If you use bash, it should 'just work' On Thu, 2005-09-15 at 12:35 -0400, Ugo Bellavance wrote: > Hi there, > > I'm new on this list. I tried looking at the archive, but I didn't > know how to formulate my search. Here is my question: > > I install a package using pkg_add. Then I try running the command, but > it doesn't work. I logout, I login, then it works. Is this a FAQ or a > setting? > > Thanks,