Thanks! I ran the python -m ipykernel install and can now see both python2 and 3 under /usr/local.share/jupyter/kernels
My questions are 1. Do I need to delete the kernel from site-packages or leave them there 'as is'? 2. Since, now I have both python2 and python3 kernels, does the user need to set the path to the correct python path (using export PATH) before using the kernels? I don't think so. However , want to confirm. Thanks again! On Wednesday, April 12, 2017 at 3:22:25 AM UTC-5, takowl wrote: > On 11 April 2017 at 20:31, <[email protected] <javascript:>> wrote: > >> Can I copy from the above location to >> /app/anaconda2/lib/python3.5/site-packages/ipykernel/resources directory? >> >> I want this kernel to be available to everyone. Appreciate your help! >> > > You shouldn't need to copy things into site-packages. If you want to > install the kernelspec to a systemwide location, remove the --user from the > command (i.e. python -m ipykernel install). This should install in > /usr/local/share/jupyter/kernels . > -- 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/72481e88-5a79-48cb-a5b7-88f026d20ba0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
