-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to setup #1
Comments
it is working after also doing:
|
also it'd be nice to add to the section 4.3 Startup that you can add that code to |
Thanks for trying it out and improving the documentation. Indeed there were some errors in the installation instructions. Unfortunately I cannot reproduce the error you've experienced. Is it possible for you to give the updated instructions in #2 a try and report back if everything works as expected? I've created an asciicast of the installation and hopefully it should work the same on your system. |
This would be a PR I would definitely accept. 😉
Done in #2
Thank you. And thank you for doing the same by trying things out and report back what works and what doesn't. 👍 |
thanks, it's nicer now with the markdown and ASCIInema. I can't reproduce either the error I had before. I tried in a clean container with the same debian and sbcl version and it worked fine |
Great. Thanks for checking. |
I'm new at common lisp and quicklisp so I'm probably missing something obvious, but I'm unable to get it working.
I follow the install instructions (there's minor typo missing p in
mkdir ~/quicklis
) and the first steps are fine, the variableql-http:*scheme-functions*
does not exist but I still get the use-https restart and it does use curl. So I follow the rest of the instructions and it seems to be set up ok but trying to quickload anything doesn't work, ie:gives error:
System "alexandria" not found
I tried also:
(ql:update-dist "quicklisp")
and get the error:I'm on SBCL version 2.2.9.debian
The text was updated successfully, but these errors were encountered: