summaryrefslogtreecommitdiff
path: root/libre/sagemath/jupyter-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/jupyter-path.patch')
-rw-r--r--libre/sagemath/jupyter-path.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/sagemath/jupyter-path.patch b/libre/sagemath/jupyter-path.patch
index 3201e9a6e..3eec99a89 100644
--- a/libre/sagemath/jupyter-path.patch
+++ b/libre/sagemath/jupyter-path.patch
@@ -10,15 +10,6 @@
class SageKernelSpec(object):
-@@ -151,7 +151,7 @@
- '{connection_file}']
- """
- return [
-- os.path.join(SAGE_ROOT, 'sage'),
-+ os.path.join(SAGE_ROOT, 'bin', 'sage'),
- '--python',
- '-m', 'sage.repl.ipython_kernel',
- '-f', '{connection_file}',
@@ -208,7 +208,7 @@
sage: spec._symlink_resources() # not tested
"""