Skip to content

Commit

Permalink
Rewrite Python interpreter discovery
Browse files Browse the repository at this point in the history
# Conflicts:
#	crates/uv-interpreter/src/environment/python_environment.rs
#	crates/uv-interpreter/src/find_python.rs
#	crates/uv-interpreter/src/interpreter.rs
#	crates/uv-virtualenv/src/bare.rs

# Conflicts:
#	crates/uv-virtualenv/src/bare.rs
  • Loading branch information
zanieb committed May 1, 2024
1 parent 614c073 commit 8a8207b
Show file tree
Hide file tree
Showing 18 changed files with 1,172 additions and 871 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You may need to add the versions to your `PATH`:
source .env
```

You can configure the bootstrapping directory with `UV_BOOTSTRAP_DIR`.
You can configure the bootstrapping directory with `UV_TOOLCHAIN_PATH`.

### Local testing

Expand Down
Loading

0 comments on commit 8a8207b

Please sign in to comment.