On 12 April 2017 at 11:13, <[email protected]> wrote: > 1. Do I need to delete the kernel from site-packages or leave them there > 'as is'? >
I think your site-packages now contains two different things: - The ipykernel Python package which contains the code to run the kernel. Don't delete this! - A kernelspec (kernel.json and maybe associated files) that you tried to place there. This isn't needed; it shouldn't cause any problems for Jupyter, but it might one day cause you or someone else some confusion. > 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. > No, it shouldn't be necessary. The kernel.json files should specify a full path to the Python interpreter they use. Thomas -- 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/CAOvn4qiF6ruJ79cksvk57C%2BQVvyjvQcNR7FbQOV-hyYEWFytyw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
