Rename run script to run_skyvern.sh (#23)
This commit is contained in:
10
run_skyvern.sh
Executable file
10
run_skyvern.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
kill $(lsof -t -i :8000)
|
||||
|
||||
if [ ! -f .env ]; then
|
||||
cp .env.example .env
|
||||
echo "Please add your api keys to the .env file."
|
||||
fi
|
||||
source "$(poetry env info --path)/bin/activate"
|
||||
poetry run python -m skyvern.forge
|
||||
Reference in New Issue
Block a user