[ESS] can I make ess to recognise ~/.bashrc

Vitalie Spinu spinuvit at gmail.com
Wed Jul 10 15:45:45 CEST 2013


bashrc is for bash. For emacs processes you have to add to
process-environment variable:

  (add-to-list 'process-environment "PAGER=cat")

For remote (tramp) processes you need to customize
tramp-remote-process-environment. 

    Vitalie

 >> Jannis <bt_jannis at yahoo.de>
 >> on Wed, 10 Jul 2013 14:50:41 +0200 wrote:

 > Dear ess users,

 > If i start R in emacs locally or on a remote server (via tramp: C-x C-f 
 > server:script_location) I does not seem to use some R specific environment
 > variables that i have defined in ~/.bashrc on my local machine and on the remote
 > server. Is there a way to let ess use these values?

 > Thanks a lot
 > Jannis

 > ______________________________________________
 > ESS-help at r-project.org mailing list
 > https://stat.ethz.ch/mailman/listinfo/ess-help



More information about the ESS-help mailing list