Skip to content

Conversation

@brunoamorim-techlibs
Copy link

Problem:
To avoid having to install globally the e2b dependency, add to the setup.sh script an step to install it in a local .venv.

Solution:
Introduced a new function setup_build_venv in setup.sh to create a local virtual environment for build dependencies. The function prompts the user for confirmation and attempts to use uv for a faster setup, falling back to the standard venv if necessary. The virtual environment is activated after creation. This enhancement streamlines the build process by ensuring necessary dependencies are isolated and managed effectively.

Introduced a new function `setup_build_venv` in `setup.sh` to create a local virtual environment for build dependencies. The function prompts the user for confirmation and attempts to use `uv` for a faster setup, falling back to the standard `venv` if necessary. The virtual environment is activated after creation. This enhancement streamlines the build process by ensuring necessary dependencies are isolated and managed effectively.
@brunoamorim-techlibs brunoamorim-techlibs changed the title Add: Setup local virtual environment for build dependencies feat: setup local virtual environment for build dependencies Nov 25, 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.

2 participants