Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 10, 2024
1 parent 0be5429 commit e09f47d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions runme.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#! /bin/bash
do_cmd(){
echo "$@"
eval $@
}

. ~/jvenv311/bin/activate
./shutdown_all.sh
for port in 20000 20001 20002 7861 8501; do
do_cmd fuser -k $port/tcp
done
python -m pip install "pydantic>=1.10.11,<2.0"
python startup.py -a

Empty file modified shutdown_all.sh
100644 → 100755
Empty file.

0 comments on commit e09f47d

Please sign in to comment.