Skip to content

Apply default logic for venv symlink mode#130

Merged
amyreese merged 1 commit into
omnilib:mainfrom
lordmauve:lordmauve/issue127
Feb 3, 2025
Merged

Apply default logic for venv symlink mode#130
amyreese merged 1 commit into
omnilib:mainfrom
lordmauve:lordmauve/issue127

Conversation

@lordmauve

Copy link
Copy Markdown
Contributor

Description

As described in #127, the command-line python -m venv has different defaults to the venv.create() function. In particular, symlinks are the default for -m venv except on Windows, while venv.create() defaults to symlinks=False.

This change duplicates the default values when invoking venv.create().

Fixes: #127

@amyreese amyreese merged commit 8d27d73 into omnilib:main Feb 3, 2025
@lordmauve lordmauve deleted the lordmauve/issue127 branch February 3, 2025 11:42
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.

--live does not symlink on Linux

2 participants