From 91a1c3deddf2071ceaf7e6acbd6e93beefb1e510 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Mon, 14 Aug 2023 18:19:00 +0200 Subject: [PATCH] updated run command --- run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run b/run index 11a3c11e..8b2c801f 100755 --- a/run +++ b/run @@ -2,5 +2,7 @@ export PYTHONPATH=$PYTHONPATH:$PWD +poetry install +poetry shell python -m autogpt "$@"