2024/09/28
That on windows, creating a virtualenv:
- symlinks executables into
$VIRTUAL_ENV/Scriptsrather than$VIRTUAL_ENV/bin - only creates a
python.exesymlink, not apython3.exesymlink.
See https://docs.python.org/3/library/venv.html#creating-virtual-environments
Less exciting, but I also (re-)learned that setting a PYTHONPATH on windows requires using ; rather than : as the path-separator.