Amir Mohammadi
Amir Mohammadi

Reputation: 1

openai unknown command 'tools'

But it shows: error: unknown command 'tools'

Any idea? Please explain in beginner language!

Upvotes: 0

Views: 802

Answers (1)

7eg
7eg

Reputation: 331

Use Linux to run the commands

Or

If you want to use it in Windows follow the below instruction:

Install WSL (Windows Subsystem for Linux) from Microsoft Store,

Then, Enable Windows Subsystem for Linux:

To enable it :

  • Open Start Menu and search for "Turn Windows features on or off"
  • Then scroll down and check Windows Subsystem for Linux Then you will asked to restart, After restarting Open CMD from the Start menu.

And write the following command wsl --install after installing it just write wsl command.

Finally, you can follow OpenAI instruction and they will work fine.

Upvotes: 0

Related Questions