janklab / MlxShake

Export Matlab Live Scripts to Markdown, HTML, PDF, and more.
Other
9 stars 1 forks source link

Get 'make dist' working; fix Ruby/bundler #4

Open apjanke opened 3 years ago

apjanke commented 3 years ago

Right now I'm having trouble getting Ruby and bundler working on my Mac, so I can't build the local docs.

[docs] $ pwd
/Users/janke/local/repos/ExportMlx/docs
[docs] $ bundle install
Could not load OpenSSL.
You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL
using RVM are available at rvm.io/packages/openssl.
[docs] $
apjanke commented 3 years ago

Hacked around this by setting up my Ruby environment from the shell; now at least make doc is working.

Would still like to get this mlxshake_make doc working from inside a Matlab launched from /Applications in the Finder.