-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
Description
Hi,
I was looking for some zip-deployable, fully functional (with pip) version of python that we can distribute.
The embeddable version in the official website does not play well with pip (pypa/pip#4207 (comment)) and the Zero version of winpython
, even though it is light, still has a lot of packages and executables. We are looking for something that would be almost like a clean virtual environment.
So the question is, (1) is there any intention to make a really clean version as described and (2) is there a way I can get to that point by getting the zero version, stripping it off and zipping it?
And lastly: Is winpython really 100% functional compared to a full python installation?
Thanks!