Re: Conflicts when starting up various processes

2016-02-05 Thread Diogo Franco
Thanks a lot Daniel, nice to know how to change the TMP path. If I confirm the problem is with ASDF i'll let you know anyway. Regards, Diogo On 30 January 2016 at 16:11, Daniel Kochmański wrote: > Hello, > > to change the temporary dir you may set the logical-pathname-translation > of "TMP": >

Re: Conflicts when starting up various processes

2016-01-30 Thread Daniel Kochmański
Hello, to change the temporary dir you may set the logical-pathname-translation of "TMP": (setf (logical-pathname-translations "TMP") `(("**;*.*.*" ,(merge-pathnames "/your/new/directory/" "**;*.*.*" (or something like this). But I think that the problem is cache directory, which