Fix install script to use name 'c'

This commit is contained in:
Brendan Rius 2017-08-13 15:56:03 +02:00
parent e65c6b1a79
commit a360b41cb6

View File

@ -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():