Dyalog / dyalog-jupyter-kernel

A Jupyter kernel for Dyalog APL
https://dyalog.github.io/dyalog-jupyter-kernel/
MIT License
64 stars 20 forks source link

Update install.sh #57

Closed rikedyp closed 5 years ago

rikedyp commented 5 years ago

Copy dyalog_kernel to Anaconda3 default install location

jayfoad commented 5 years ago

This'll fail if you don't have Anaconda installed, won't it? I'd prefer that we don't require Anaconda. There's really no reason for Linux users to install it -- is there?

Also, any particular reason for /home/$USER instead of $HOME ?

rikedyp commented 5 years ago

$HOME - Brain fart on my part Well install.sh essentially didn't work when trying to install on Anaconda Jupyter, which is the recommended way to install Jupyter in the wiki - I agree there isn't a reason but then we should change the wiki? Even Windows users don't really need Anaconda, but it's generally the recommended way to use these things (despite being a ~5GB install).