Skip to content

Commit

Permalink
build: use /home/user in start file
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 553a7a1 commit 6124273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit 6124273

Please sign in to comment.