Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
319 B
Plaintext

The package python3 provides a python interpreter that supports virtual environments:
>tools\python3\python.exe -m venv c:\path\to\venv
>set VIRTUAL_ENV=c:\path\to\venv
>set PATH=c:\path\to\venv\bin;%PATH%
>set PYTHONHOME=
See https://docs.python.org/3/library/venv.html for more details.