[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PATH setzen in .bash_profile



On Mon, 12 Aug 2002 12:07:05 +0200
Kolja Brix <Kolja.Brix@post.rwth-aachen.de> wrote:

> Hallo zusammen!
Hallo, 

> Auf meinem Debian Woody 3.0 möchte ich gerne das Verzeichnis ~/bin zum Pfad 
> hinzufügen.
> 
> Daher habe ich in der Datei .bash_profile lediglich die bereits vorbereiteten 
> Zeilen auskommentiert:
> 
> $ diff /etc/skel/.bash_profile .bash_profile
> 16,18c16,18
> < #if [ -d ~/bin ] ; then
> < #    PATH=~/bin:"${PATH}"
> < #fi
> ---
> > if [ -d ~/bin ] ; then
> >     PATH=~/bin:"${PATH}"
> > fi
> 23a24
> >

tausche 
PATH=~/bin:"${PATH}" 
gegen 
PATH="~/bin:${PATH}"
aus, dann sollte es funktionieren.

gruss
Marcus
---
Mr. Cole's Axiom:
The sum of the intelligence on the planet is a constant; the
population is growing.

Attachment: pgpr07U7dpJve.pgp
Description: PGP signature


Reply to: