microvenv icon indicating copy to clipboard operation
microvenv copied to clipboard

Support `create()` under Windows

Open brettcannon opened this issue 2 years ago • 0 comments

Not sure if this is worth it, but it seems possible. Relevant code is https://github.com/python/cpython/blob/c9aef19cbf6ee24c5a4a699ca2e83d44600c6405/Lib/venv/init.py#L339-L360 and https://github.com/python/cpython/blob/c9aef19cbf6ee24c5a4a699ca2e83d44600c6405/Lib/venv/init.py#L245-L286C38. This is only to do the copy approach and completely ignoring the symlink approach.

brettcannon avatar Oct 19 '23 20:10 brettcannon