Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Developing Visualization Applications with Cocoa and VTK
Subject:   For the tcsh $PATH change
Date:   2003-02-12 19:03:38
From:   anonymous2
For my shell, tcsh, I changed my $PATH environment variable in .tcshrc like so:


set path = ($path /usr/local/bin)


Seems to work better this way.

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • For the tcsh $PATH change
    2003-02-13 13:11:28  iansloman [View]

    I have found that:

    setenv PATH /usr/local/bin:$PATH

    also seems to work.

    Ian
    • For the tcsh $PATH change
      2003-04-22 08:57:43  anonymous2 [View]

      does anybody know, how to source this path ?
      I have to enter it every time I restart my Terminal Application...