Use Python 3 for all Python scripts

This commit is contained in:
Alexander Krotov
2020-12-19 11:47:09 +03:00
committed by link2xt
parent 2b207e1375
commit ff3dd878c5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
setup a python binding development in-place install with cargo debug symbols.