Re: ./configure
- From: Janet Heath <janetcatherine.heath@xxxxxxxxx>
- Date: Tue, 5 Jun 2012 05:46:49 -0700 (PDT)
On Jun 3, 10:01 pm, Janet Heath <janetcatherine.he...@xxxxxxxxx>
wrote:
On Jun 3, 6:31 pm, Steven D'Aprano <steve
+comp.lang.pyt...@xxxxxxxxxxxxx> wrote:
On Sun, 03 Jun 2012 15:01:07 -0700, Janet Heath wrote:
Thanks Alain. I should have a compiler on my Mac OS X Lion. I am
thinking that it isn't set in my $PATH variable. I don't know where the
$PATH is set at. I will check to see if their is a binary.
At the command line, run:
echo $PATH
to see the path.
I'm not sure where OS X sets the PATH, but Linux systems normally set
them in /etc/profile. User-customisations should go in a shell rc file,
e.g. if you are using bash, edit ~/.bashrc.
To add additional paths to the PATH:
export $PATH=$PATH:/some/directory:/another/directory
To replace the system path completely:
export $PATH=/some/directory:/another/directory
--
Steven
Thanks Steven!
Thanks Irmen!
.
- References:
- ./configure
- From: Janet Heath
- Re: ./configure
- From: Janet Heath
- Re: ./configure
- From: Steven D'Aprano
- Re: ./configure
- From: Janet Heath
- ./configure
- Prev by Date: Metaclass of a metaclass
- Next by Date: fputs
- Previous by thread: Re: ./configure
- Next by thread: Re: ./configure
- Index(es):
Relevant Pages
|