Open Eloitor opened 1 month ago
More generally, uv will dynamically make a venv if one is needed for certain commands - is it possible to set an environment variable or something so that whenever uv
needs a venv, it will use --system-site-packages
?
First I installed sage using the package manager of my linux distribution.
This works
main.py
Output is
Integer Ring
.This does not work
I get:
Request
It would be nice if it was possible to add system-site-packages using
uv add --script
uv --version
). uv 0.4.17