From eb52691b39d1b4d3e06e901863d0f5f1f49951ca Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 20 Dec 2024 20:47:41 +0000 Subject: [PATCH] tmux.sh: Drop venv --- scripts/tmux.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tmux.sh b/scripts/tmux.sh index 4bf1b26..af03f98 100755 --- a/scripts/tmux.sh +++ b/scripts/tmux.sh @@ -7,8 +7,6 @@ fi cd $(dirname $0)/.. -source venv/bin/activate - pip3 install -r requirements.txt tmux new-window -n serve "cd api/api && ./manage.py runserver; $SHELL -i"