specifying custom location for ecl-quicklisp packages
Dima Pasechnik <[email protected]> Sun, 3 Feb 2019 10:00:51 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <CAAWYfq0eoPKRPuJORdFNP7T0fwNgRxogi1+9JY7Cs2yKJcMgoA@mail.gmail.com> |
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