Originally reported by: vinay.sajip (Bitbucket: vinay.sajip, GitHub: Unknown)
I just fixed an issue in distlib where the environment variable __PYVENV_LAUNCHER__ was misspelt as __VENV_LAUNCHER__. I believe this might need changing here, too - otherwise the stub launcher won't be correctly identified on OS X Framework builds.
Originally reported by: vinay.sajip (Bitbucket: vinay.sajip, GitHub: Unknown)
I just fixed an issue in
distlibwhere the environment variable__PYVENV_LAUNCHER__was misspelt as__VENV_LAUNCHER__. I believe this might need changing here, too - otherwise the stub launcher won't be correctly identified on OS X Framework builds.