Skip to content

Commit

Permalink
README.md: Use ./sage in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 12, 2022
1 parent e537bf3 commit 7bc3394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ in the Installation Guide.
having to either type the full path or navigate to the Sage
directory and type `./sage`. This can be done by running:

$ sudo ln -s $(sage -sh -c 'ls $SAGE_ROOT/venv/bin/sage') /usr/local/bin
$ sudo ln -s $(./sage -sh -c 'ls $SAGE_ROOT/venv/bin/sage') /usr/local/bin

19. Optional: Set up SageMath as a Jupyter kernel in an existing Jupyter notebook
or JupyterLab installation, as described in [section
Expand Down

0 comments on commit 7bc3394

Please sign in to comment.