Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.

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.