Skip to content

Commit 32e4a46

Browse files
committed
removed deprecated replace option to install kernel
1 parent 0966dc1 commit 32e4a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_kernel/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def install_my_kernel_spec(user=True, prefix=None):
2121
# TODO: Copy resources once they're specified
2222

2323
print('Installing IPython kernel spec')
24-
KernelSpecManager().install_kernel_spec(td, 'bash', user=user, replace=True, prefix=prefix)
24+
KernelSpecManager().install_kernel_spec(td, 'bash', user=user, prefix=prefix)
2525

2626
def _is_root():
2727
try:

0 commit comments

Comments
 (0)