Tutor is not recognized problem while i am trying run tutor local launch or tutor --version

I am trying to run tutor in the command prompt or trying to tutor local launch . But there is error saying, “tutor’ is not recognized as an internal or external command,
operable program or batch file.”

Hi @Himal_Tamang, welcome :sparkles:

To install Tutor, you need to have Python, Pip, Docker, and Docker composed; and if you run pip install "tutor[full]" you should have Tutor installed, and you can run Tutor commands.
If that doesn’t work, you can create a Python virtual environment and install and run Tutor inside that env.

Documentation that maybe helps you:
Install Tutor: Installing Tutor — Tutor documentation
Pip on Windows: How to Install PIP on Windows ? - GeeksforGeeks
Virtual environments: venv — Creation of virtual environments — Python 3.11.2 documentation

Let me know if it works :blush:

thank you so much @mafermazu, it actually work for me and learn some new thing from here.

1 Like