Skip to content

Commit

Permalink
Merge pull request #131 from plasma-umass/more-python
Browse files Browse the repository at this point in the history
Support any python version
  • Loading branch information
ccurtsinger authored Oct 8, 2019
2 parents 725412c + dd839b1 commit ccaf581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion coz
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ccaf581

Please sign in to comment.