From 5c7dd37a4453ad19ec7df5bc60bbc02c88831150 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Sat, 13 Aug 2022 16:51:49 +0300 Subject: [PATCH] python run instead of poetry --- scripts/start-bot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index 7c0c91f..bb705f8 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -3,4 +3,5 @@ echo "starting the bot" cd /opt/mosgortrans \ -&& poetry run python app/main.py \ No newline at end of file +&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \ +&& python app/main.py \ No newline at end of file