DEV Community

Discussion on: A short guide to setup a Jupyter notebook for Ruby (on a mac, with a fish shell)

 
perryraskin profile image
Perry Raskin

If I'm on Mac and did not use anaconda, how should this command look?

Thread Thread
 
vrinek_94 profile image
Kostas • Edited

Oh, and the other set -x commands on step 5 have to be replaced with

export LIBZMQ_PATH $(brew --prefix zeromq)/lib
export LIBCZMQ_PATH $(brew --prefix czmq)/lib
Thread Thread
 
vrinek_94 profile image
Kostas

Oh, I’m not sure this’ll work without anaconda installed. I wrote these instructions while installing it on a Mac too.

Thread Thread
 
perryraskin profile image
Perry Raskin

got it, thanks