uv/crates/uv-interpreter/src
Charlie Marsh 835ebe60c6
Create virtualenv if it doesn't exist in project API (#3499)
## Summary

This doesn't yet respect `--python` or the `requires-python` in the
project itself.

Closes #3449.
2024-05-10 14:10:13 +00:00
..
managed Update pre-commit dependencies (#3391) 2024-05-06 02:18:51 +00:00
environment.rs Create virtualenv if it doesn't exist in project API (#3499) 2024-05-10 14:10:13 +00:00
find_python.rs Create virtualenv if it doesn't exist in project API (#3499) 2024-05-10 14:10:13 +00:00
implementation.rs Separate interpreter selectors into implementation and platform modules (#3332) 2024-05-02 11:55:01 +00:00
interpreter.rs add sys_path to Interpreter struct (#3500) 2024-05-10 08:41:32 +02:00
lib.rs Create virtualenv if it doesn't exist in project API (#3499) 2024-05-10 14:10:13 +00:00
platform.rs Separate interpreter selectors into implementation and platform modules (#3332) 2024-05-02 11:55:01 +00:00
py_launcher.rs Create virtualenv if it doesn't exist in project API (#3499) 2024-05-10 14:10:13 +00:00
python_version.rs pep508: un-export fields for MarkerEnvironment 2024-05-09 10:06:02 -04:00
target.rs Create --target directories lazily (#3274) 2024-04-26 03:36:56 +00:00
virtualenv.rs Revise comment on virtualenv discovery from cwd (#3406) 2024-05-06 14:07:11 +00:00