PEP 486 – Make the Python Launcher aware of virtual environments | peps.python.org
Author:
Paul Moore <p.f.moore at gmail.com>
Status:
Final
Type:
Standards Track
Created:
12-Feb-2015
Python-Version:
3.5
Post-History:
12-Feb-2015
Resolution:
Python-Dev message
Table of Contents
Abstract
Rationale
Implementation
Impact on Script Launching
Exclusions
Reference Implementation
References
Copyright
Abstract
The Windows installers for Python include a launcher that locates the
correct Python interpreter to run (see PEP 397). However, the
launcher is not aware of virtual environment...
Read more at peps.python.org