Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUYSC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jorge Alfredo Jaimes Teherán
MUYSC
Commits
50e60e7f
Unverified
Commit
50e60e7f
authored
6 years ago
by
Chris Holdgraf
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #190 from mwcraig/update-local-install-instructions
Update local install instructions
parents
a6c57b00
b50a39dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jupyter_book/book_template/content/guide/03_build.md
+29
-1
29 additions, 1 deletion
jupyter_book/book_template/content/guide/03_build.md
with
29 additions
and
1 deletion
jupyter_book/book_template/content/guide/03_build.md
+
29
−
1
View file @
50e60e7f
...
...
@@ -131,7 +131,35 @@ the *`conda`* package manager:
```
bash
conda
install
-c
conda-forge ruby
```
Once you have Ruby installed, run
Once you have Ruby installed, the conda-built clang compiler for your system need to be installed. Details depend on your OS.
#### On OSX
Two steps are needed on OSX. First, install the
*`conda`'s*
clang compiler:
```
bash
conda
install
-c
conda-forge clangxx_osx-64
```
If you are running OSX 10.14 (Mojave) you also need to install system libraries in
the default
*
nix locations by running
```
bash
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
```
#### On Linux
Install
*`conda`'s*
clang compiler:
```
bash
gxx_linux-64
```
#### Install Ruby plugins
Finally, run
```
bash
make
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment