Update install_kernel_spec arguments

Goes along with ipython/ipython#7124
main
Thomas Kluyver 10 years ago
parent da394f3e80
commit 71864e66db

@ -26,7 +26,7 @@ class install_with_kernelspec(install):
# TODO: Copy resources once they're specified # TODO: Copy resources once they're specified
log.info('Installing IPython kernel spec') log.info('Installing IPython kernel spec')
install_kernel_spec(td, 'bash', system=not self.user, replace=True) install_kernel_spec(td, 'bash', user=self.user, replace=True)
with open('README.rst') as f: with open('README.rst') as f:
readme = f.read() readme = f.read()

Loading…
Cancel
Save