Question:
What is the simplest course of action?Is there an official install guide / link?
Literally nothing in my Git Bash is recognised, e.g.:
Answer:
You’ll probably want to just run the regular windows installer (from the python site – https://www.python.org/downloads/) and then add the appropriate folder with thepython
and pip
binaries to your $PATH system variable.There are package managers like https://community.chocolatey.org/packages for windows, but as you can see they do not come as standard on windows.
If you have better answer, please add a comment about this, thank you!