build: use /home/user in start file

This commit is contained in:
rzmk 2024-05-29 12:48:41 -04:00
parent 553a7a1c88
commit 6124273319

2
start
View file

@ -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 "$@"