Skip to content

Commit

Permalink
Make sure we always install the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 28, 2023
1 parent fd327e4 commit ceeecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def get_kernel_data_files(argv):
elif any(arg.startswith("install") for arg in argv):
executable = sys.executable
else:
return []
executable = "python"
install_custom_kernel(executable)
return [
(
Expand Down

0 comments on commit ceeecfc

Please sign in to comment.