cooperjaXC / windows-python-venv

Wrangling python virtual environments for Windows 10/11 workflows
Apache License 2.0
0 stars 0 forks source link

Setup python virtual environments for Windows

Code style: black

To run the script test.py with a virtual python environment, double click/execute the test.bat file. That's it.

To simply set up the venv itself, just execute the setup.bat file.

Requirements

Ensure the base python interpreter path designated in set_python_path.bat is set to your desired python.exe.

Notes