jupyter-c-kernel icon indicating copy to clipboard operation
jupyter-c-kernel copied to clipboard

install_c_kernel: command not found

Open asong4211 opened this issue 8 years ago • 3 comments
trafficstars

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?

asong4211 avatar Sep 08 '17 00:09 asong4211

$ sudo python3 install_c_kernel, hopefully it will work :)

ambipomyan avatar Feb 14 '18 15:02 ambipomyan

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.

echowhisky avatar May 05 '18 13:05 echowhisky

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

BruceWangNLP avatar Dec 25 '19 16:12 BruceWangNLP