asdaraujo / edge2ai-workshop

Edge2AI Workshop
Apache License 2.0
68 stars 102 forks source link

Updated python calls to python3 #8

Closed simonellistonball closed 4 years ago

simonellistonball commented 4 years ago

In terraform scripts, I updated to reference the python3 binary direct mainly to avoid conflicts with python environments in mac os x.

asdaraujo commented 4 years ago

Hi, @simonellistonball ,

Did you run into any problems with using python instead of python3? python should actually be pointing to the python3 executable.

Cheers, André

simonellistonball commented 4 years ago

I ran into endless problems on a fairly vanilla mac os x environment which has multiple pythons, and still defaults to 2.7 (unchanged). It runs a lot cleaner with an explicit version.

asdaraujo commented 4 years ago

This has been fixed on another PR