Closed rogit85 closed 1 year ago
Hi,
I've just installed auto-gpt on OSX, having recently installed Python. When I try to run an agent, I get the following error:
python scripts/main.py - /bin/sh: python: command not found.
I'm pretty confident that's because I need to execute the command as 'python3', which is how I run auto GPT via terminal.
How can I edit the auto-gpt-webui backend to execute the commands as python3 or is there a better way of fixing this?
Hi,
I've just installed auto-gpt on OSX, having recently installed Python. When I try to run an agent, I get the following error:
python scripts/main.py - /bin/sh: python: command not found.
I'm pretty confident that's because I need to execute the command as 'python3', which is how I run auto GPT via terminal.
How can I edit the auto-gpt-webui backend to execute the commands as python3 or is there a better way of fixing this?