Ask Your Question
1

sage-mode installation

asked 2015-02-17 21:07:30 +0200

John L gravatar image

I'm new to sage, and trying to set up sage_mode with emacs. As suggested here, I run "sage -i sage_mode" to install it. This gives the error message

mkdir: cannot create directory ‘’: No such file or directory /usr/bin/sage: line 766: /usr/build/pipestatus: No such file or directory

Googling this doesn't seem to turn up anything relevant. Any suggestions? I'm running the build from the Arch Linux repos (64 bit).

edit retag flag offensive close merge delete

Comments

Does running Sage (without trying to install sage-mode) work okay?

kcrisman gravatar imagekcrisman ( 2015-02-17 21:47:21 +0200 )edit

Yes, haven't noticed problems with anything else.

John L gravatar imageJohn L ( 2015-02-17 22:30:44 +0200 )edit

2 Answers

Sort by » oldest newest most voted
1

answered 2015-03-04 17:10:33 +0200

Antonio Rojas gravatar image

You can't use sage -i if you install Sage from the repos. Either you build and install sage yourself (and then you can install optional packages with sage -i) or you install it from the repos, and then you also have to install optional packages with pacman (currently there is no sage_mode PKGBUILD, you would have to create one yourself)

edit flag offensive delete link more

Comments

I guess I've been out of the loop for a while with respect to Sage packaging. What's pacman, and how to I make sage_mode installable with sage -i?

Ivan Andrus gravatar imageIvan Andrus ( 2015-09-24 05:42:05 +0200 )edit

@Ivan Andrus: pacman is the archlinux package manager.

fidbc gravatar imagefidbc ( 2015-09-25 03:09:27 +0200 )edit
1

answered 2015-09-24 05:40:31 +0200

Ivan Andrus gravatar image

You could try installing the latest spkg from bit bucket:

sage -i https://bitbucket.org/gvol/sage-mode/downloads/sage_mode-20150707.spkg

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-02-17 21:07:30 +0200

Seen: 832 times

Last updated: Sep 24 '15