Closed nichmor closed 10 months ago
I'll want to test the branch a bit tomorrow and will look at te rest of the changes, but from what I am seeing it looks pretty good!
I'll want to test the branch a bit tomorrow and will look at te rest of the changes, but from what I am seeing it looks pretty good!
Thank you very much! Let me know if there is anything I can help with
Okay looks good, merging!
Create python venv directly from rust.
Implementation based on built-in venv module.
I've changed a little
system_python_executable
implementation.which
does not return original interpreter but a shim path when using pyenv. This does not work well when we later createpyenv.cfg
and sethome =
Closes: #83