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

Add Portable Python Bundles on MS Windows #2649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christian-korneck
Copy link

@christian-korneck christian-korneck commented Jan 31, 2025

What is this Python project?

This is a technique for creating Portable Python Bundles on MS Windows. Bundles are like venvs - but are self-contained and path-independent. An alternative to venvs and executables created with PyInstaller.

What's the difference between this Python project and similar ones?

It's a convention that fills a gap for packaging and distributing Python environments and applications on MS Windows. Bundles have the advantages of being a full Python environments - similar to venvs - , so you can install packages with pip, use them in an IDE, etc. But Bundles are also self-contained, path-independent and portable to other Windows machines similar to PyInstaller-created single executables.

@christian-korneck christian-korneck changed the title Add project-PortablePythonBundlesOnWindows Add Portable Python Bundles on MS Windows Jan 31, 2025
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

Successfully merging this pull request may close these issues.

1 participant