Skip to content

Commit

Permalink
build: remove path_files before making dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 8017b36 commit e565011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -ex
pip install bash_kernel
python -m bash_kernel.install

rm -rf path_files
mkdir path_files
export PATH=/home/jovyan/path_files:$PATH
cd path_files
Expand Down

0 comments on commit e565011

Please sign in to comment.