OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

one-line installer does not set up openinterpreter #1320

Open MisterE123 opened 1 week ago

MisterE123 commented 1 week ago

Describe the bug

both: on a windows 11 system with python 3.12, and on a linux system with python3 3.10, running the one-line installation script leaves me with: openinterpreter: command not found or its windows equivalent

The same occurs with installing via pip

I tried adding /usr/local/bin to PATH as per the instructions here: https://github.com/OpenInterpreter/open-interpreter/issues/164#issuecomment-1711044334

But that did nothing.

Reproduce

1) attempt to install openinterpreter on a new computer and new account, on linux or windows, that does not have python or rust yet.

Expected behavior

That the docs about getting started apply to new users

Screenshots

No response

Open Interpreter version

0.3.3

Python version

3.10.12

Operating System name and version

Windows 11 and Linux Mint 21.3 cinnamon

Additional context

No response