PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Other
11.47k stars 694 forks source link

docs: minor updates to pyenv installs #4189

Closed davidhewitt closed 1 month ago

davidhewitt commented 1 month ago

Follow up to #4138.

The --enable-shared flag is now the default, so I don't think we need to make a huge deal about it any more.

Also, recently I found the --keep flag to make sources available for debugging, which was very helpful and seems worth recommending wider.

adamreichold commented 1 month ago

The CI appears to be blocked on https://github.com/RalfJung/cargo-careful/issues/31

adamreichold commented 1 month ago

Will retry the CI now that cargo-careful 0.4.2 is available.