BHoM/Python_Toolkit

Try full Python instead of Embeddable Python to support venv creation

tg359 opened this issue · 0 comments

tg359 commented

Description:

Trying to create a venv using embeddable python is a headache. With some minor modifications I think that we could just use a full python installation instead of just inflating a zip with the embeddable inside.

I'll attempt this with 3.7.3 first.