Results 13 comments of Rubikoid

@darinkishore, > but this is an issue if you're using uv and trying to point to a globally managed nix python installation, right? Partially. I have globally managed nix python...

So far, I've come to the following bizzare solution for creating working envs: ```sh uv venv -p `python3 -c 'import sys; from pathlib import Path; print(str(Path(sys.path[1]).parent.parent))'` ``` This works on...

> UV_PYTHON Yeah, great idea, I did't mind. > Unfortunately, the uv-installed numpy version isn't nixos compatible I guess, this can be fixed if (or when) the "using packages from...