diff --git a/start b/start index ffecd71..df954e0 100644 --- a/start +++ b/start @@ -1,6 +1,6 @@ #!/bin/bash python -m bash_kernel.install -export PATH=/home/jovyan/path_files:$PATH +export PATH=$HOME/path_files:$PATH exec "$@" \ No newline at end of file