8000 Build a custom winpython distro "automatically" · Issue #980 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

Build a custom winpython distro "automatically" #980

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

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
Labels
Procedure Procedure

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

@stonebig stonebig added the Procedure Procedure label May 4D52 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Procedure Procedure
Projects
None yet
Development

No branches or pull requests

2 participants
0