5 ms·
Sorry for slow response, I don't check back here often enough. You're right about virtualenv. I don't realy use that anymore, the venv module added in 3.3 gets
by more-coffee 7y ago
Sorry for slow response, I don't check back here often enough.
You're right about virtualenv. I don't realy use that anymore, the venv module added in 3.3 gets the job done. And that does default to symlinks for posix. https://github.com/python/cpython/blob/3.8/Lib/venv/__init__.py#L420 https://github.com/python/cpython/blob/3.8/Lib/venv/__init__...