jupyter-c-kernel
jupyter-c-kernel copied to clipboard
install_c_kernel: command not found
Hello, I am new to C and was trying to install this kernel in my Linux machine. Everything works fine except when I do: install_c_kernel, it says: install_c_kernel: command not found How do I fix this?
$ sudo python3 install_c_kernel, hopefully it will work :)
That did not work. After doing a pip install for your package, the install_c_kernel script does not show up anywhere in my file system -- not just not in my path, but not anywhere.
It works for me, probably you are under the folder which only the root can write , confirm you are the root user $ sudo pip install jupyter-c-kernel $ sudo install_c_kernel