Help With Apple's new X11 App Please ...

buc99

Don't Tread on Me!
I've downloaded and enjoy the new X11 app from Apple. I was wondering though, how do you add a directory to the path for xterm.

When doing:

echo $PATH

in xterm, I noticed it was different than the same PATH in the Terminal app. I cahnged the path in the terminal app by editing the csh.login file located in /etc. Is there something similar for xterm? If so where and what?

Thanks.
SA
:)
 
XTerm uses csh.cshrc rather than csh.login.

I added this line to csh.cshrc:

source /etc/csh.login

That makes it load csh.login at that point in the file, and everything seems to work okay.
 
Thanks.

That did the ticket.

Don't happen to know how to properly install Tk to work with the native version of Python without using Fink do you?

Thanks.
SA
:)
 
Ooh, can't say I do. I don't use Python or Fink, I'm afraid. I'll bet someone will know sooner or later... :)
 
Back
Top