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 7d00ea9 commit d23c921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ do_cmd(){

. ~/jvenv311/bin/activate
./shutdown_all.sh
for port in 20000 20001 20002 7861 8501; do
do_cmd fuser -k $port/tcp
done
#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

0 comments on commit d23c921

Please sign in to comment.