I'm trying to create a virtual environment using a custom python build e.g. mayapy.exe -m venv myVenv
but I keep getting the following error:
Error: [WinError 2] The system cannot find the file specified
This is a known issue -> https://bugs.python.org/issue43749 and has something to do with the fact that I'm working with a renamed executable.
Do you guys have any work around for this issue?