mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
build: use /home/user in start file
This commit is contained in:
parent
553a7a1c88
commit
6124273319
1 changed files with 1 additions and 1 deletions
2
start
2
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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue