cirho / powerline-rust

powerline-shell written in Rust
MIT License
50 stars 25 forks source link

Python Venv module #18

Closed growse closed 4 years ago

growse commented 4 years ago

As requested in #14.

Only really dodgy bit here is .to_string_lossy - the filename from the system comes as an OsStr, whereas we need unicode. I think it's probably reasonable to throw away non-UTF8 values in this case.

growse commented 4 years ago

Argh, I broke it.