File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -411,8 +411,8 @@ in the Installation Guide.
411
411
If there are numerous failures, there was a serious problem with your build.
412
412
413
413
17 . The HTML version of the [ documentation] ( https://doc.sagemath.org/html/en/index.html )
414
- is built during the compilation process of Sage and resides in the directory
415
- ` local/share/doc/ sage/html /` . You may want to bookmark it in your browser.
414
+ can be build by running ` make doc-html ` and resides in
415
+ ` build/ sage-distro/src/doc /` . You may want to bookmark it in your browser.
416
416
417
417
18 . Optional: If you want to build the PDF version of the documentation,
418
418
run ` make doc-pdf ` (this requires LaTeX to be installed).
@@ -427,7 +427,7 @@ in the Installation Guide.
427
427
having to either type the full path or navigate to the Sage
428
428
directory and type ` ./sage ` . This can be done by running:
429
429
430
- $ sudo ln -s $(. /sage -sh -c 'ls $SAGE_ROOT/venv/bin/sage') /usr/local/bin
430
+ $ sudo ln -s $(pwd) /sage /usr/local/bin
431
431
432
432
21 . Optional: Set up SageMath as a Jupyter kernel in an existing Jupyter notebook
433
433
or JupyterLab installation, as described in the section
You can’t perform that action at this time.
0 commit comments