From 68f26bd2aad1ff9baa4c886a10859b851ffc756e Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 13:15:51 -0400 Subject: [PATCH] build: attempt removing python3 kernel for bash default --- start | 1 + 1 file changed, 1 insertion(+) diff --git a/start b/start index df954e0..7055093 100644 --- a/start +++ b/start @@ -1,5 +1,6 @@ #!/bin/bash +jupyter kernelspec remove python3 python -m bash_kernel.install export PATH=$HOME/path_files:$PATH