# HG changeset patch # User Manoel Vilela # Date 1461919645 10800 # Node ID 47c2bcc863599adb29d1f42205bd5cc549dfc15f # Parent ee3c3cb52b25c9602b1cced32a38831cee06cb85 For compatibility reasons, use jupyter-kernelspec At older versions the meta command `jupyter` doesn't exist. diff -r ee3c3cb52b25 -r 47c2bcc86359 install.sh --- a/install.sh Fri Apr 29 01:12:06 2016 -0300 +++ b/install.sh Fri Apr 29 05:47:25 2016 -0300 @@ -17,5 +17,5 @@ sudo -H pip install $repo_name; echo "Done. " echo ":: Installing kernel specification" cd $repo_name -sudo jupyter kernelspec install c_spec/ ; echo "Done." +sudo jupyter-kernelspec install c_spec/ ; echo "Done." echo "Completed! Installation successful. You can type jupyter-notebook and be happy"