Skip to content

Instantly share code, notes, and snippets.

@okumura
Last active December 26, 2015 14:39
Show Gist options
  • Save okumura/7167764 to your computer and use it in GitHub Desktop.
Save okumura/7167764 to your computer and use it in GitHub Desktop.
Setup Python 2.7 for Windows.
rem python 2.7.6 (x64)
start /wait msiexec /i http://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi /passive
setx PATH /m "%PATH%;C:\Python27"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment