nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

Fix issues on windows and restore changes from 0.16.1 #106

Closed nat-n closed 1 year ago

nat-n commented 1 year ago

Fix various issues manifesting on windows

Restore changes from 0.16.1 that were reverted in 0.16.2

Always explicitly use the poetry virtualenv if possible in the poetry executor

Also make process of updating the path env var to enable a venv try to avoid redundant updates in case the virtualenv is already active.