Thanks! Missed this post.
I have Anaconda 2 and 3 installed. I have also JupyterHub and Jupyter notebook installed.
When I run jupyter kernelspec list command, I now see the python2 and python3 kernel picked up from the below location.
python3 /anaconda3/lib/python3.5/site-packages/ipykernel/resources
python2 /usr/local/share/jupyter/kernels/python2
1. Could you let me know why python2 is picked up from a different location instead of (/anaconda2/lib/python2.7/site-packages/ipykernel/resources)?
2. If python2 or python3 location is incorrect, how can I change them?
Thanks again!
I will close my other post which I created with a similar question.