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

Drop the special case for the "build-tools" environment #74

Closed
ncoghlan opened this issue Nov 8, 2024 · 1 comment
Closed

Drop the special case for the "build-tools" environment #74

ncoghlan opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
Category: Maintainability Proposed improvement to project maintainability

Comments

@ncoghlan
Copy link
Collaborator

ncoghlan commented Nov 8, 2024

If a "build-tools" virtual environment exists inside the build folder, venvstacks will use that instead of the interpreter running venvstacks to run uv and pip.

This is a legacy of the early prototyping phase before venstacks became a full-fledged Python project in its own right, and it isn't necessary any more (these days, venvstacks itself is installed into the "build-tools" environment, so the special case ends up referring back to sys.executable anyway).

This will be dropped as part of #64

@ncoghlan ncoghlan added the Category: Maintainability Proposed improvement to project maintainability label Nov 8, 2024
@ncoghlan ncoghlan self-assigned this Nov 8, 2024
@ncoghlan
Copy link
Collaborator Author

ncoghlan commented Nov 8, 2024

Resolved in #64

@ncoghlan ncoghlan closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Maintainability Proposed improvement to project maintainability
Projects
None yet
Development

No branches or pull requests

1 participant