Ask Your Question
1

Automated Installation MacOS 10.12

asked 2018-01-02 18:45:22 +0200

wpm gravatar image

Are there any resources, instructions, best practices, etc, for installing SageMath.app via automated management tools a la JAMF, BigFix, AirWatch, etc?

No matter how I skin this cat, it never works right. Either it won't launch, it launches in read-only mode (despite being in the /Applications directory), or the developer signature won't verify.

Why does it seem like if I do anything other than the drag and drop, the app package just falls apart?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-01-02 19:05:57 +0200

slelievre gravatar image

You can use the Homebrew package manager for macOS.

There is a "cask" for SageMath: http://macappstore.org/sage/.

Install Homebrew, then just run the following in a terminal:

 brew cask install sage

This installs the latest version of the SageMath app for you.

edit flag offensive delete link more

Comments

slelievre gravatar imageslelievre ( 2018-01-04 00:55:10 +0200 )edit

For more ways to install, see the SageMath Distribution page on the SageMath wiki.

slelievre gravatar imageslelievre ( 2018-01-04 01:36:24 +0200 )edit

I installed it via Homebrew. However I'm experiencing problems when trying to download a notebook as a pdf (via LATEX) file. It tells me: nbconvert failed: Pandoc wasn't found. Please check that pandoc is installed: http://pandoc.org/installing.html

However pandoc is installed. In fact if in a terminal I write jupyter nbconvert --to pdf filename.ipynb I correctly generate a pdf file.

scollovati gravatar imagescollovati ( 2018-01-14 11:37:41 +0200 )edit

Probably you have pandoc installed for your system-wide Python but not for SageMath's Python.

To install pandoc for Sage's Python, open a terminal and run

sage --pip install pandoc
slelievre gravatar imageslelievre ( 2018-01-14 22:31:26 +0200 )edit

Thanks! Actually I have a (common) Pip problem with SSL certificates. pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. I'll try to fix this issue even if it is not so simple. Thanks again!

scollovati gravatar imagescollovati ( 2018-02-19 09:39:45 +0200 )edit

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: 2018-01-02 18:45:22 +0200

Seen: 1,540 times

Last updated: Jan 02 '18