On Mon, Nov 21, 2016 at 6:31 AM, Lak Sa <[email protected]> wrote: *hi guys,* > > *i found an issue - I am trying to install jupyterhub on centos 7.* > > *this instruction: https://github.com/jupyterhub/jupyterhub > <https://github.com/jupyterhub/jupyterhub>* > > *ask for apt-get. * > *i realise i need to install RPM for that. * > *RPM site shows that it is dead, replaced by EPEL.* > *i installed EPEL, and it does not contain apt-get. checkmate.* > > *next google led me to this chinese(?) site:* > > *http://sakananote2.blogspot.my/2015/09/jupyterhub-with-centos-7.html > <http://sakananote2.blogspot.my/2015/09/jupyterhub-with-centos-7.html>* > > *i followed it step by step, it basically used pip install to get > jupyterhub.* > Yup, RedHat-based distros will use yum where debian-based installs use apt-get. For JupyterHub, I would generally recommend pip/conda over the system packages for providing Python packages. But you will need to get the Python and nodejs runtimes somehow, either with apt/yum, or conda, etc.
-Min > > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/89f6a90d-04e1-4d56-8cf2-ed55f35079f5%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/89f6a90d-04e1-4d56-8cf2-ed55f35079f5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BUfNkCV0utHRF2BjidCMi7DJrectbzuC0Quh3EEMjOnNw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
