Move to python3.7

- Now getting python packages using pip instead of the ubuntu versions.
- System wide installations now aren't supported.
This commit is contained in:
Andrew Hamilton 2018-09-02 15:54:18 +10:00
parent bf8d35f2f3
commit 8ae0f203f2
22 changed files with 46 additions and 47 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3.7
# Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.