jetsonhacks / buildOpenCVTX2

Build and install OpenCV for the NVIDIA Jetson TX2
MIT License
276 stars 153 forks source link

work with python3 #21

Open holli opened 5 years ago

holli commented 5 years ago

I had a setup where python3 was default interpretor. Script worked like magic until the end.

=> Making script work even if there is python 3 by default (python 2 can manage print with parenthesis, python 3 cant without parenthesis)