From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lehe Newsgroups: gmane.emacs.help Subject: bashdb in emacs doesn't load PATH adjustment in .bash_profile or .bashrc Date: Fri, 6 Mar 2009 07:00:25 -0800 (PST) Message-ID: <22374120.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236351703 20202 80.91.229.12 (6 Mar 2009 15:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2009 15:01:43 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 06 16:02:50 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LfbZC-0003Q3-1d for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 16:02:26 +0100 Original-Received: from localhost ([127.0.0.1]:39089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfbXq-0000X9-HF for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 10:01:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfbXL-0000SK-5S for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 10:00:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfbXK-0000Rw-HN for Help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 10:00:30 -0500 Original-Received: from [199.232.76.173] (port=38585 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfbXK-0000Rm-2i for Help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 10:00:30 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:52854) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfbXJ-0005Iw-IU for Help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 10:00:29 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LfbXF-0007V1-Jl for Help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 07:00:25 -0800 X-Nabble-From: timlee126@yahoo.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62685 Archived-At: Hi, I like to add my own executable's path to PATH. While .bashrc is a place to go, I need to run my bash script under bashdb in emacs, which does not invoke a shell, so I always get the "command not found" error. I want to add the PATH adjustment in .bash_profile, but it's weird this file is not invoked during login in Ubuntu. To make sure the .bash_profile is read when login, I enable the 'Run command as a login shell' option. This way in typical shell session in emacs PATH is shown to be modified, however under bashdb in emacs PATH is still not including the executable path. Some way to fix this? Thanks! -- View this message in context: http://www.nabble.com/bashdb-in-emacs-doesn%27t-load-PATH-adjustment-in-.bash_profile-or-.bashrc-tp22374120p22374120.html Sent from the Emacs - Help mailing list archive at Nabble.com.