cooperjaXC / windows-python-venv

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

Bugfix venv creation using relative paths #5

Closed cooperjaXC closed 11 months ago

cooperjaXC commented 11 months ago

This will fully implement the enhancement in Issue #3 as well as fix bugs in the current setup.bat that unsuccessfully uses relative paths.

All paths are now assigned relatively in the VENV creation in both setup.bat and setup.py for minimal user hard-coding before use.