[kepler-users] Installing Kepler on Lion: finding R

tao tao at nceas.ucsb.edu
Wed Jan 25 17:09:04 PST 2012


Hi, Karin:

How did you add the path of the R to the PATH variable? By modifying the 
.bash_profile? If you had done this way, it would not work.

Since OS X windows applications receive environment variables from the 
your environment.plist file, you have to set the R path to PATH in 
~/.MacOSX/environment.plist file in order to let Kepler know the R.

If you don't have the ~/.MacOSX/environment.plist  file, you may open a 
terminal and type:
$>mkdir .MacOSX    
$>touch .MacOSX/environment.plist  
$>vim .MacOSX/environment.plist
Paste the following lines to the file:

{
        PATH = "$PATH:your_R_bin_dir";
}

If you already have ~/.MacOSX/environment.plist, you may type:
$>open .MacOSX/environment.plist
In the editor interface, set variable(key) PATH with the value of 
$PATH:your_R_bin_dir.

Note: please replace your_R_bin_dir by the real value.

More information about editing environment.plist, please see:
http://developer.apple.com/qa/qa2001/qa1067.html

After saving the file, you must restart your computer. Then it should work.

Thanks,

Jing

barseghian at nceas.ucsb.edu wrote:
> I'm seeing this too.
> We'll try to look into it and get a fix out soon.
> Thanks for reporting it,
> Derik
>
>
> On Tue, 24 Jan 2012 22:16:24 +0100, Karin Nadrowski Leipzig
> <nadrowski at uni-leipzig.de> wrote:
>   
>> Hello,
>>
>> has anyone experienced problems with installing Kepler on Lion? I have
>> installed Keppler 2.3 and 2.2. Added the path to R to the PATH variable.
>>     
> R
>   
>> is running from the terminal. I'm using R regularly on the computer. But
>> Kepler cannot find it. 
>>
>> Thanks, Karin.
>> _______________________________________________
>> Kepler-users mailing list
>> Kepler-users at kepler-project.org
>> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>>     
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>   



More information about the Kepler-users mailing list