Can't run mike versioning #5356
-
Hi. I am trying to build a sample with mkdocs material and i want to add versioning to my project. I have two different language options in the project and now trying to add versioning with mike. I installed mike with pip and try to run
but it didn't work and it gave an error like this; "mike : The term 'mike' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was includ There is my project repo link: https://github.com/berkantsahn/mkdocs-sample Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
The error indicates a lack of installed https://pypi.org/project/mike/ If it's installed and somehow didn't register as a standalone application, then you could try running it via python:
Though I never used it neither with normal docs nor with multilingual docs. |
Beta Was this translation helpful? Give feedback.
-
While reinstalling
So this is my output when i ran the command;
and this is my environment variables window; I want to run versioning with github pages. I still couldn't find where I made the mistake. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Did you set up the Virtual Environment? You can also run this command to reinstall
mike
:My output looks like this: