Install Python

py2 or py3?

Installer for Windows

setx path "%path%;C:\Program Files (x86)\Git\bin\"

Because of the use of %PATH% variable, this command will merge the system environment variables with user ones.

Comments

Popular posts from this blog

Python FizzBuzz Solution