-
Notifications
You must be signed in to change notification settings - Fork 676
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
Update local install instructions #190
Update local install instructions #190
Conversation
This looks great to me ! The one thing I think that would be nice to add (in another PR !) is installation instructions specifically for windows. But I'm excited to see these incorporated, thank you 🎉 |
this looks great to me! I agree about windows-specific install, and also agree it should be in a different pr :-) thanks @mwcraig ! |
@choldgraf -- following these directions for macos mojave with conda-forge works up to bundle's attempt to compile eventmachine. This fails with the message:
jekyll community silent here: https://talk.jekyllrb.com/t/macos-install-of-jekyll-with-conda-proving-tricky/3049 and in the referenced github issue: jekyll/jekyll#7739 but I can get |
gahh this problem keeps popping up. Have you tried installing gh-pages directly from conda-forge from the instructions here: https://jupyterbook.org/guide/publish/book-html.html#Using-the-conda-forge-recipe-rb-github-pages ? and if worst comes to worst, try out the Docker instructions here: https://jupyterbook.org/guide/publish/book-html.html#Docker |
Had another run at this and I see my mistake -- I lost patience with the 5 minute wait to build the libsass wheel and installed that from conda-forge which created the openssl conflict. If I just rely on pip and the libsass wheel, I get a working build. (Once conda-forge/staged-recipes#9315 lands, someone at ruby hq should send numfocus a sizeable donation.) |
Is there a reason why jupyter-book is not on conda-forge yet? |
laziness 😆 |
This PR fixes #123 by adding a couple conda-specific install steps and a mac-Mojave-specific step.