From 64026f84a7ec2e0279abcb85c69bbb9f296b89d0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 23 Oct 2016 21:52:41 -0300 Subject: sagemath-7.4-2.parabola1: updating version --- libre/sagemath/jupyter-path.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libre/sagemath/jupyter-path.patch') 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 """ -- cgit v1.2.3