-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
venv redirector not detected on Python 3.13 #2851
Copy link
Copy link
Closed
Labels
Description
To support free-threaded builds, the Windows venv redirector executables have been renamed in Python 3.13.
The executables were under Lib/venv/scripts/nt and were named python.exe and pythonw.exe. They have been renamed to venvlauncher.exe and venvwlauncher.exe respectively. This causes virtualenv not to find the shim and to copy DLLs, etc., into the virtual environment.
There may be other issues because of this change.
In the meantime, a possible workaround could be to create file symbolic links.
References:
Reactions are currently unavailable