Commit dbb7541f authored by fangzhipeng's avatar fangzhipeng

指定python运行环境

parent 5e48fbb0
......@@ -4,6 +4,8 @@ PROJECT_PATH=/home/ubuntu/web_service/projcect-web
cd $PROJECT_PATH
pyenv activate project
ps -ef |grep 'python application.py' |awk '{print $2}'|xargs kill -9
git pull --rebase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment