Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build a custom winpython distro "automatically" #980

Open
nicola-lunghi opened this issue May 11, 2021 · 1 comment
Open

Build a custom winpython distro "automatically" #980

nicola-lunghi opened this issue May 11, 2021 · 1 comment

Comments

@nicola-lunghi
Copy link

Hi,
it is possible to automate a "custom" winpython distro for windows?
I need to have a custom zip with regular winpython minimal + some packages.

What is the best way to do that? do you have any script I can use??

Thanks
Nick

@stonebig
Copy link
Contributor

stonebig commented May 16, 2021

well, maybe:

  • unzip an existing WinPython in a place
  • call place\scripts\env.bat
  • pip install things, or pip uninstall -y things
  • re-zip.

something like that (reversing the zip and unzip things) : #681 (comment)

other code: https://github.com/winpython/winpython/blob/master/portable/installer_7zip.bat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants