Python 3.12.1, Windows 11: shebang line #!/usr/bin/env python3 doesn't work any more

Barry barry at barrys-emacs.org
Sun Dec 24 17:55:34 EST 2023



> On 24 Dec 2023, at 00:54, rbowman via Python-list <python-list at python.org> wrote:
> 
> Does that work with virtualenv or conda? I'm slowly getting up to speed
> with those.

Conda is its own thing, not need for py.exe.

Once you have created the venv you do not need py.exe as you will have pythob.exe in the venv bin folder.

Barry





More information about the Python-list mailing list