mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-14 10:26:09 +00:00
Fix install script to use name 'c'
This commit is contained in:
parent
e65c6b1a79
commit
a360b41cb6
@ -29,7 +29,7 @@ def install_my_kernel_spec(user=True, prefix=None):
|
||||
# TODO: Copy resources once they're specified
|
||||
|
||||
print('Installing IPython kernel spec')
|
||||
KernelSpecManager().install_kernel_spec(td, 'bash', user=user, replace=True, prefix=prefix)
|
||||
KernelSpecManager().install_kernel_spec(td, 'c', user=user, replace=True, prefix=prefix)
|
||||
|
||||
|
||||
def _is_root():
|
||||
|
Loading…
x
Reference in New Issue
Block a user