Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] PATH statement and running executables
- To: tlug@example.com
- Subject: Re: [tlug] PATH statement and running executables
- From: BOTi <9915104t@example.com>
- Date: Sat, 09 Mar 2002 19:47:18 +0900
- Content-transfer-encoding: 7bit
- Content-type: text/plain; charset=iso-2022-jp
- Organization: Kobe University, Japan
- References: <JNEKIALKKBDCNHBDFKEDGEPNCDAA.acmuller@example.com>
- Sender: boti
Charles Muller wrote: > My system has a two of these files, one in my home directory, and another in > /etc/skel. > > But neither of these have a PATH statement. Is this odd? Should I, and can > I, add a path statement to these files to bring about the effect of making > an executable file run from the console without having to switch > directories? It pretty much distribution dependent, system wide $PATH is usually in /etc/profile or /etc/bashrc > More specifically, I am using OpenOffice build 641, and every time I want to > run it, I have to change directories to OpenOffice.org641 and then type > ./soffice (it will not run without the ./). You have a couple of choices how you can solve this. Add the lines PATH=$PATH:$PATH_TO_SOFFICE_BIN export PATH to your $HOME/.bash_profile Or put a symlink to it that lies in your path, or use an alias. By the way, does OO641 support system wide install? Installing that beast in every home (build 639) is quite a waste of diskspace. -- B0Ti.
- Follow-Ups:
- Re: [tlug] PATH statement and running executables
- From: David Santinoli
- Re: [tlug] PATH statement and running executables
- From: Charles Muller
- References:
- [tlug] PATH statement and running executables
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: [tlug] PATH statement and running executables
- Next by Date: Re: [tlug] PATH statement and running executables
- Previous by thread: [tlug] PATH statement and running executables
- Next by thread: Re: [tlug] PATH statement and running executables
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links