comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Remotely running IDL on a Mac using X11
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Remotely running IDL on a Mac using X11 [message #64282 is a reply to message #64280] Wed, 17 December 2008 05:30 Go to previous messageGo to previous message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
On Dec 16, 9:57 pm, "pfo...@bcm.tmc.edu" <pf...@bcm.tmc.edu> wrote:
> Greetings,
>
> I am (occasionally) using IDL on a MacOS X 10.5.6, and I want to set
> it up so a person I am collaborating with can access my Mac, which is
> considerably more powerful than his PC laptop. I believe I have solved
> the issues with port forwarding through my firewall/vpn box and
> getting the Mac configured to accept the ssh –X logins.
>
> Not being a unix person, I am now at a point where I can open a remote
> (severe) X11 shell and enter CLI commands, but I don’t know how to
> open/run IDL from the X11 shell and see the GUI. Some of this may be
> due to paths being needed to be set.
>
> I would greatly appreciate advice on how to get this functioning. It
> is probably simple once I know.
>
> Thanks
>
> Patrick Ford, M.D.
> Pfo...@bcm.tmc.edu

If IDL is installed in /Applications/itt/idl, then make sure that /
Applications/itt/idl/bin is in your path, and type:

idlde

(you can do "echo $PATH" to see what the path looks like... if it's
not there, then add it with "export PATH=$PATH:/Applications/itt/idl/
bin" if you're using a Bourne-style shell like sh or bash or "setenv
PATH $PATH:/Applications/itt/idl/bin" if you're using a C-shell style
shell like csh or tcsh)

-Jeremy.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: compiling errors in different computers with CW_BGROUP and GET_SCRREEN_SIZE
Next Topic: Re: Generating a widget 'event' from an external program...

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 17:36:50 PDT 2025

Total time taken to generate the page: 0.24090 seconds