Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
macosinstall [2019/09/05 14:36]
romulo created
macosinstall [2019/09/19 13:58]
romulo
Line 11: Line 11:
 \\ \\
 \\ \\
 +<note important>​You only need to set your Rscript path if "R Script Executable"​ path is empty.</​note>​
 Then set your Rscript path (most of the time the correct path is **/​Library/​Frameworks/​R.framework/​3.6/​Resources/​Rscript**):​\\ Then set your Rscript path (most of the time the correct path is **/​Library/​Frameworks/​R.framework/​3.6/​Resources/​Rscript**):​\\
 {{:​options-screen.png?​nolink|}} {{:​options-screen.png?​nolink|}}
Line 17: Line 18:
 and finally click on the button "​**Integrate with Alternative R...**"​ to install the Dinamica EGO 5 R plugin.\\ and finally click on the button "​**Integrate with Alternative R...**"​ to install the Dinamica EGO 5 R plugin.\\
 Once the installation is complete you can use the functor "​**Calculate R Expression**"​. Once the installation is complete you can use the functor "​**Calculate R Expression**"​.
 +
 +
 +----
  
  
Line 25: Line 29:
 You can execute the following command on terminal in order to do this:\\ You can execute the following command on terminal in order to do this:\\
 <​code>​ <​code>​
-rm -rf "~/​Library/​Dinamica EGO 5/"+rm -rf ~/​Library/​DinamicaEGO5/
 rm -rf ~/​.dinamica_ego_5.conf ~/​.dinamica_ego_5_system.conf rm -rf ~/​.dinamica_ego_5.conf ~/​.dinamica_ego_5_system.conf
 +</​code>​
 +
 +----
 +
 +==== Python Cleanup ====
 +To cleanup your Dinamica EGO 5 Python integration directory, remove the directory PyEnvironment under ~/​Library/​Dinamica EGO 5/:\\
 +<​code>​
 +rm -rf ~/​Library/​Dinamica\ EGO\ 5/​PyEnvironment
 </​code>​ </​code>​