100.dathere.com/start

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