Merge pull request #131 from plasma-umass/more-python

Support any python version
This commit is contained in:
Charlie Curtsinger 2019-10-08 09:58:23 -04:00 committed by GitHub
commit ccaf581a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ To build Coz from source, you will need:
- A copy of the source code for this project
- A compiler with C++0x support (clang++ or g++)
- A Python 3 interpreter (Python 2.7 isn't supported)
- A Python interpreter (python 3 is recommended)
- The libelfin development libraries
- The `rst2man` command (for building documentation
- NodeJS and npm (for building the profiler viewer)

2
coz
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python2.7
# Copyright (c) 2019, Charlie Curtsinger and Emery Berger,
# University of Massachusetts Amherst