You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
I kept running into error messages when setting this up on my machine. The first was that certain packages were not available (ipython, typopunct...). Following the advice of Constantin Manuel Bosancianu over at Stackoverflow, I specifically added marmalade to the list of package repositories. That seems to have gotten rid of that trick.
After that problem was solved, I got a different error message:
File error: Cannot open load file, no such file or directory, ob-shell
Following Gastove's answer to this other question over at StackExchange, I replaced (shell . t) on line 105 of starter-kit-org.org with (sh . t). That seems to have fixed the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I kept running into error messages when setting this up on my machine. The first was that certain packages were not available (
ipython
,typopunct
...). Following the advice of Constantin Manuel Bosancianu over at Stackoverflow, I specifically addedmarmalade
to the list of package repositories. That seems to have gotten rid of that trick.After that problem was solved, I got a different error message:
Following Gastove's answer to this other question over at StackExchange, I replaced
(shell . t)
on line 105 ofstarter-kit-org.org
with(sh . t)
. That seems to have fixed the issue.The text was updated successfully, but these errors were encountered: