How do I update python3.7 without a network

Python 2.7 is installed on the board, and is the default in Ubuntu, but PYNQ uses Python 3.6 which is also installed on the board.
Run python3 to use this version. This is the verison of Python supported by PYNQ.

Cathal

1 Like