tmux.sh: Drop venv
This commit is contained in:
parent
d6cb0371e8
commit
eb52691b39
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user