microvenv
microvenv copied to clipboard
Support `create()` under Windows
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.