Skip to content

Commit

Permalink
build: as per docs add to last line of start
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 4c1377e commit 8262aa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

python -m bash_kernel.install
export PATH=/home/jovyan/path_files:$PATH
export PATH=/home/jovyan/path_files:$PATH

exec "$@"

0 comments on commit 8262aa4

Please sign in to comment.