jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

Update install.sh script to include all python versions 3.8+ #47

Closed maura16 closed 1 year ago

maura16 commented 1 year ago

As Minitrino requirements state Python version must be 3.8+, this PR addresses changes to the install script to account for these newer versions as raised in https://github.com/jefflester/minitrino/issues/43

Grep regex has been to account for newer python versions

jefflester commented 1 year ago

Looks great @maura16! I'm merging into the 2.0.3 update branch (we'll continue to do that until that branch merges into master). Thank you for your help here!