Sorry, this content is no longer available

Ask Your Question
1

Automated Installation MacOS 10.12

asked 7 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 7 years ago

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.

Preview: (hide)
link

Comments

slelievre gravatar imageslelievre ( 7 years ago )

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

slelievre gravatar imageslelievre ( 7 years ago )

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 ( 7 years ago )

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 ( 7 years ago )

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 ( 7 years ago )

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: 7 years ago

Seen: 1,705 times

Last updated: Jan 02 '18