lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
172 stars 5 forks source link

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

Closed ncoghlan closed 2 weeks ago

ncoghlan commented 2 weeks ago

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 commented 2 weeks ago

Resolved in #64