Skip to content
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

Video 1.2: note on 3'32: "package UIOP does not exist" #6

Open
vindarel opened this issue Aug 29, 2022 · 0 comments
Open

Video 1.2: note on 3'32: "package UIOP does not exist" #6

vindarel opened this issue Aug 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vindarel
Copy link
Owner

The first time you run the hello function that calls uiop:getenv, if you get an error that says that

package UIOP does not exist

we discuss this issue 2 minutes later at 5'30.

The fix is to "require" the :uiop (or :asdf) package, that is shipped with every implementation, but not always ready to use:

CL-USER>  (require :uiop)

Typically, you would add it to your ~/.sbclrc.

(At the minute 5'30, we use the --script flag, but this flag does NOT load our init files. It is safe to manually "require" :asdf or :uiop in your scripts).

@vindarel vindarel added the enhancement New feature or request label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant