Ofek Lev
Ofek Lev
Sorry for the late reply, it was nice to meet you as well! As long as you have Docker everything should work, what is the error?
What version of Rust?
Would the proposed solution break this person's situation? https://github.com/pypa/virtualenv/issues/2682
I was actually just about to link you the same recommendation 🙂 Can we please consider doing that instead?
cc @pfmoore for visibility
Ah it seems that's also what someone recommended recently on the corresponding CPython issue: - https://github.com/python/cpython/issues/106045#issuecomment-2380588780 - https://github.com/python/cpython/pull/115237
Perhaps it would, I haven't looked at the code so much as I wanted to just bring it to your attention in case it helps in the implementation of Paul's...
FYI not sure if UV has the same concept but Hatch won't even consider certain paths as eligible for creating virtual environments if they are not considered stable: https://github.com/pypa/hatch/blob/hatch-v1.13.0/src/hatch/env/virtual.py#L411-L430
> I'm tempted to just emulate the standard library behavior for now (use `sys._base_executable` rather than canonicalizing). Wouldn't maintaining the current behavior cause the least amount of breakage? Not in...
I'm just trying to understand, since there is not a great complete solution, which implementation breaks the fewest number of people based on your understanding of use cases in the...