Re: ./configure



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!
.



Relevant Pages

  • Re: ./configure
    ... User-customisations should go in a shell rc file, ... e.g. if you are using bash, edit ~/.bashrc. ...
    (comp.lang.python)
  • Re: I cannot login coz bash is deinstalled
    ... I tried to vi /etc/passwd and change the path of shell to sh from bash. ... it did not work coz it is encrypted? ... DO NOT EDIT /etc/passwd DIRECTLY!!! ...
    (freebsd-questions)
  • Re: problem with setup.py
    ... andrea valle wrote: ... > I have bash as shell but I ignore what ... You can't see it with the finder, so you have to edit it from ...
    (comp.lang.python)
  • Re: ./configure
    ... On Jun 3, 6:31 pm, Steven D'Aprano <steve ... User-customisations should go in a shell rc file, ... e.g. if you are using bash, edit ~/.bashrc. ...
    (comp.lang.python)
  • [gnu.bash.bug] BASH Frequently-Asked Questions (FAQ version 3.30)
    ... This is the Bash FAQ, version 3.30, for Bash version 3.0. ... Bash, the GNU Bourne-Again Shell. ... C3) Which new features in ksh-93 are not in bash, ... D1) Why does bash run a different version of `command' than ...
    (comp.unix.questions)