![](https://secure.gravatar.com/avatar/0b648b4bf023a211a4eb7fe6f4c364b0.jpg?s=120&d=mm&r=g)
3 Feb
2019
3 Feb
'19
10 a.m.
Dear all, we have trouble understanding how ecl-quicklisp can be configured to install packages at a custom location. Currently, either (require :asdf) (asdf:load-system :ecl-quicklisp) or (require :ecl-quicklisp) starts installing things into ~/quicklisp/ no matter what one tries. E.g. quicklisp FAQ tells about (quicklisp-quickstart:install :path ".quicklisp/") but this seems to need to be evaluated much earlier than (require :ecl-quicklisp)... Does this mean one needs to change the ECL installation procedure to take care of this? Thanks Dima