microvenv
microvenv copied to clipboard
A minimal re-implementation of Python's `venv` module
Results
1
microvenv issues
Sort by
recently updated
recently updated
newest added
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...
question
impact-feature