plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

build command creates always environments with default Python version, in most cases 2.7 #47

Closed MrTango closed 5 years ago

MrTango commented 5 years ago

Currently plonecli build is creating only Python 2.7 virtualenvs if the default Python is Python 2.7. We need a way to specify the Python version and save it into the bobtemplate.cfg for later use.