summaryrefslogtreecommitdiff
path: root/libre/sagemath/jupyter-path.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-23 21:52:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-23 21:52:41 -0300
commit64026f84a7ec2e0279abcb85c69bbb9f296b89d0 (patch)
treec84ea3fe463d425a40f91dfa564c7e56edfcbef3 /libre/sagemath/jupyter-path.patch
parent7c32a8f046305e19cc73326029f579145a58192a (diff)
sagemath-7.4-2.parabola1: updating version
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
"""