Tomás Pérez Álvarez

Results 17 comments of Tomás Pérez Álvarez

```zsh backend git:(main) ✗ uv pip install alembic --verbose uv::requirements::from_source source=alembic 0.001647s DEBUG uv_interpreter::virtual_env Found a virtualenv through VIRTUAL_ENV at: /Users/tomasperez/Documents Local/customer-engine/backend/.venv 0.001841s DEBUG uv_interpreter::interpreter Probing interpreter info for: /Users/tomasperez/Documents...

I just tried to replicate the error on another laptop (also Mac m2), it works in this one just fine. It seems to be an issue with my laptop configuration....

Yes. It works just fine with `pip`.

This is the result when no sufficient permissions ```zsh -rwxr-xr-x 1 tomasperez staff 271B Feb 26 22:43 .venv/bin/alembic ```

Even with sudo it does not work ```zsh sudo: unable to execute /Users/tomasperez/Documents Local/customer-engine/backend/.venv/bin/alembic: Permission denied ```

@charliermarsh @konstin I recorded the behavior https://github.com/astral-sh/uv/assets/72174660/ef5b499a-e828-4232-934b-8c2a81182a77

That is fine. At this point I'm pretty sure it's an issue with my laptop configuration and not an `uv` issue

Outputs: - `ls -le .venv/bin/alembic` ```zsh -rwxr-xr-x 1 tomasperez staff 271 Feb 28 16:13 .venv/bin/alembic ``` - file content with `uv` ```py #!/Users/tomasperez/Documents Local/customer-engine/backend/.venv/bin/python # -*- coding: utf-8 -*- import...