Hi, I am not entirely sure about windows, but $HOME is a standard environment variable pointing to the users home directory on Unix-alike system ( https://en.wikipedia.org/wiki/Environment_variable). The HOME variable is not set by Spyder, but by the system. Personally, I see no reason to change that since so many other applications make use of it (on Linux).
Regards, David On 27 February 2013 01:15, gwhite <[email protected]> wrote: > Is there a way to get pythonxy and spyder to "want" to use a different > named variable, that does the same thing as the HOME variable? > > Like, how about: > > PYTHON_HOME > > > I ask, because I have another program that also demands to use HOME, > and thus there is a clash. > > thanks, > Greg > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
