https://github.com/opalmer/windows-python-scripts
This code can be used to setup multiple installations of Python on a Windows host. It was originally intended to setup a build machine but could be targeted for other uses too.
https://github.com/opalmer/windows-python-scripts
Last synced: 26 days ago
JSON representation
This code can be used to setup multiple installations of Python on a Windows host. It was originally intended to setup a build machine but could be targeted for other uses too.
- Host: GitHub
- URL: https://github.com/opalmer/windows-python-scripts
- Owner: opalmer
- License: mit
- Created: 2015-01-01T00:36:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T05:11:50.000Z (over 11 years ago)
- Last Synced: 2025-03-05T13:17:42.125Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Windows Python Scripts and Setup
================================
This code can be used to setup multiple installations of Python on a
Windows host. It was originally intended to setup a build machine
but could be targeted for other uses too.
Requirements
============
This repository requires a few things to be preinstalled on
the Windows system with the binaries on %PATH%:
* curl
* 7-zip
There are some hard coded paths in the scripts however
most of them can be easily modified.