I'm creating a process (from .NET) that uses python 2.7 to do some stuff,
and would prefer that its temporary file space is somewhere other than the
default on the C: drive. As you can imagine, with SSD drives in common
usage, writing large temporary files could potentially cause some problems. 

I suspect python is forced to use the Windows environment variable TEMP =
%USERPROFILE%\AppData\Local\Temp - I wouldn't want to change that
permanently for the user, of course.

What are the available options? 

  _____  

Ian Thomas
Victoria Park, Western Australia

Reply via email to