mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
7 lines
No EOL
122 B
Bash
7 lines
No EOL
122 B
Bash
#!/bin/bash
|
|
|
|
jupyter kernelspec remove python3
|
|
python -m bash_kernel.install
|
|
export PATH=$HOME/path_files:$PATH
|
|
|
|
exec "$@" |