chmod+x run_ui and activate poetry env alongside scripts starting (#20)
This commit is contained in:
1
run
1
run
@@ -6,4 +6,5 @@ if [ ! -f .env ]; then
|
|||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
echo "Please add your api keys to the .env file."
|
echo "Please add your api keys to the .env file."
|
||||||
fi
|
fi
|
||||||
|
source "$(poetry env info --path)/bin/activate"
|
||||||
poetry run python -m skyvern.forge
|
poetry run python -m skyvern.forge
|
||||||
|
|||||||
Reference in New Issue
Block a user