<div dir="ltr"><div>On Thu, Jul 27, 2017 at 11:52 PM, Michael Barton <<a href="mailto:Michael.Barton@asu.edu">Michael.Barton@asu.edu</a>> wrote:<br>> OK. I'll put it into my .profile and see what happens. Thanks.<br><br>On Fri, Jul 28, 2017 at 12:19 AM, Michael Barton <<a href="mailto:Michael.Barton@asu.edu">Michael.Barton@asu.edu</a>> wrote:<br>><br>> Tried that and it seems to be ignored too. Here is the output from a terminal in the shell (outside GRASS):<br>><br>> Last login: Thu Jul 27 22:04:37 on ttys001<br>> CMB-MacBook-Pro:~ cmbarton$ echo $GRASS_PYTHON <br>> /Applications/anaconda/bin/python<br>><br>> This should make anaconda python (2.7.13) the default.<br>><br>> But here is the output from a GRASS terminal:<br>><br>> GRASS 7.3.svn (nc_spm_08_grass7):~ > echo $GRASS_PYTHON <br>> python<br>> GRASS 7.3.svn (nc_spm_08_grass7):~ > python<br>> Python 2.7.10 (default, Feb  7 2017, 00:08:15) <br>> [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin<br>> Type "help", "copyright", "credits" or "license" for more information.<br><br></div>Don't add anything into any .profile or .bash_profile. Do it as Moritz suggests, use export right before you run the commands. (You can of course put these things in some file and then use `source` command.)<br></div>