1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pyterm: use python3 by default

Python3 has been the default in our scripts for some time now, but pyterm still
requested python which uses python2 on ubuntu stable.

This pushes toward only needing to install `python3` python
dependencies.
This commit is contained in:
Gaëtan Harter 2019-01-23 17:13:22 +01:00
parent f8a7c026f2
commit f89bf055b4
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (C) 2014 Oliver Hahm <oliver.hahm@inria.fr>