uv/crates/uv-interpreter/src
Charlie Marsh 7688f464c8
Allow --python and --system on pip compile (#3115)
## Summary

I think these are useful to have for consistency, though the `--system`
variant requires some new threading.

Closes: https://github.com/astral-sh/uv/issues/2242.
2024-04-18 04:55:49 +00:00
..
cfg.rs Fix uv-created venv detection (#1908) 2024-02-23 11:11:22 -06:00
find_python.rs Allow --python and --system on pip compile (#3115) 2024-04-18 04:55:49 +00:00
interpreter.rs Avoid calling normalize_path with relative paths that extend beyond the current directory (#3013) 2024-04-12 14:48:03 -04:00
lib.rs Replace Python bootstrapping script with Rust implementation (#2842) 2024-04-10 11:22:41 -05:00
python_environment.rs Create ephemeral virtual environments for uv run (#3075) 2024-04-17 16:32:04 +00:00
virtualenv.rs Use simpler pip-like Scheme for install paths (#2173) 2024-03-04 15:50:13 -05:00