Re: IDL - OS X Mountain Lion [message #82658 is a reply to message #80880] |
Thu, 10 January 2013 07:55  |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Wednesday, January 9, 2013 1:46:51 PM UTC-7, jiash...@gmail.com wrote:
> Hi Chris,
>
>
>
> I've got a problem to start IDL and ENVI from Quarz under OS X 10.8.2 Mountain Lion. When I tried to type the command "IDL" and "ENVI" in xterm as I usually did in Lion, I got "command not found" error. Do you know how to solve this problem?
>
>
>
> Best
>
>
>
> Shenyue
>
>
>
> On Friday, October 19, 2012 10:03:39 AM UTC-7, Chris Torrence wrote:
>
>> On Friday, October 19, 2012 10:49:53 AM UTC-6, tom.b...@gmail.com wrote:
>
>>
>
>>>
>
>>
>
>>> I upgraded, and found everything to work fairly well. However, I've recently discovered an issue with the plot function. It won't let me modify the plot in anyway through the GUI interface and it refuses to save the output. I think it's related to Xquartz but nothing I've tried so far has fixed it.
>
>>
>
>>
>
>>
>
>> Hi Tom,
>
>>
>
>>
>
>>
>
>> Are you running XQuartz 2.7.4?
>
>>
>
>> http://xquartz.macosforge.org/landing/
>
>>
>
>>
>
>>
>
>> Another thing to try is running the plot function in IDL widgets instead of the Java shell. Try this:
>
>>
>
>> p = plot(/test, /widgets)
>
>>
>
>> The controls on the bottom are a bit different, and you need to use the property sheet to change the properties.
>
>>
>
>>
>
>>
>
>> Hope this helps.
>
>>
>
>>
>
>>
>
>> Cheers,
>
>>
>
>> Chris
>
>>
>
>> ExelisVIS
Hi Shenyue,
That sounds more like a Unix path issue. Perhaps IDL/ENVI were on your Unix path before, and somehow they got removed? You could try navigating to your <IDL_DIR>/bin directory and doing a "source" on the appropriate idl_setup file.
Hope this helps!
-Chris
|
|
|