Skip to content

Instantly share code, notes, and snippets.

@tadeu
Last active February 22, 2018 07:34
Show Gist options
  • Save tadeu/5751358 to your computer and use it in GitHub Desktop.
Save tadeu/5751358 to your computer and use it in GitHub Desktop.
download-python-sources.bat
@echo off
mkdir D:\Workspaces
subst W: D:\Workspaces
cdd W:\
mkdir dist__12.0-win32-builddist
cdd W:\dist__12.0-win32-builddist
:: aa dist.build python --no-build --no-package
:: If you don't have permission to clone using the command above, try the one below:
mkdir python-2.7.X
cdd python-2.7.X
git clone https://dev@eden.esss.com.br/stash/scm/shared/python.git Sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment