mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 14:12:18 -05:00
[PR #2649] Add Portable Python Bundles on MS Windows #1965
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2649
Author: @christian-korneck
Created: 1/31/2025
Status: 🔄 Open
Base:
master← Head:add-project-bundles📝 Commits (1)
0a3cef7Add project-PortablePythonBundlesOnWindows📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.