'INIT' is not recognized as an internal or external command
See original GitHub issueDetails
- Read the Docs project URL: https://docs.readthedocs.io/en/stable/development/install.html
- Build URL (if applicable):
- Read the Docs username (if applicable):
Actual Result
I have successfully followed all the steps. However, I am getting below error in last step
$ inv docker.up --init
'INIT' is not recognized as an internal or external command,
operable program or batch file.
I am working on Windows 10. Docker and other requirements are installed.
Is there any other way if inv docker.up --init is not working ?
Expected Result
http://localhost:9000/ should be accessible
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How to Fix “not recognized as an internal or external ...
Use The Full Path To The Executable File. The “is not recognized as an internal command” error usually occurs because the computer can't...
Read more >Error: "is not recognized as an internal or external command ...
This is a very simple error. Each string after a white space is seen as a different command in cmd.exe terminal, you simply...
Read more >Fix “Not Recognized As an Internal or External Command ...
If you meet the error “command is not recognized as an internal or external command, operable program or batch file” problem in Command...
Read more >Solve: Git Is Not Recognized as an Internal or External ...
If the Git path is not configured correctly, you could also receive the error “git is not recognized as an internal or external...
Read more >mdb' is not recognized as an in - MDBootstrap
Topic: MDB-CLI | 'mdb' is not recognized as an internal or external command, operable program or batch file. 3li7u free asked 1 year...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@vishallanke the steps are meant for Linux, I just opened #8494 to clarify that.
The
'INIT' is not recognized as an internal or external command,
message seems to come fromcmd.exe
, which means that you are running the steps in a Windows terminal, not a Linux-like terminal. To confirm, you can attach a screenshot that shows the whole window.When you have WSL2 up and running, you should run these instructions from inside WSL2, which gives you a Bash terminal on an Ubuntu-like system. You can read more on the Ubuntu docs.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don’t have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. Thanks!