Open TshepoMK opened 5 years ago
I navigated to the root folder, and then ran python setup.py sdist and got the error python' is not recognized as an internal or external command, operable program or batch file. on git bash terminal, anaconda prompt and also cmd.
python setup.py sdist
python' is not recognized as an internal or external command, operable program or batch file.
Resolved
Was it a case of adding Python to your PATH variable?
Yes, that was the issue.
Following from step 3.1
I navigated to the root folder, and then ran
python setup.py sdist
and got the errorpython' is not recognized as an internal or external command, operable program or batch file.
on git bash terminal, anaconda prompt and also cmd.