mamba-org / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
225 stars 42 forks source link

Detect xonsh by detecting `python` #303

Open wolfv opened 10 months ago

wolfv commented 10 months ago

I think xonsh is currently not properly detected, because it appears as some python ... -m xonsh process or similar.

We should see if we can make the detection more robust.

baszalmstra commented 10 months ago

@wolfv is this solved by #307 ?

wolfv commented 10 months ago

I thought it was, but it still doesn't work on my machine. I'll test some more.