poise / python

THIS COOKBOOK IS DEPRECATED – Chef cookbook to install Python and related tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding windows support

kouroshparsa opened this issue · comments

I'd like to add windows support for the python recipe.

This can now be handled externally by making a provider for python_runtime in https://github.com/poise/poise-python. I don't have the resources to test on Windows at this time.

I know that this cookbook does not support Windows. Is anyone aware of another community cookbook that handles python, pip, virtualenv installation for the Windows platform? Is there a recommended approach?

@brianwallace I don't know of any that handle all of those things. As I mentioned, poise-python was designed with this in mind, someone just needs to build a windows provider for python_runtime.