Skip to content

Commit

Permalink
coz works fine with any python, not just python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurtsinger committed Oct 8, 2019
1 parent 725412c commit dd839b1
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 dd839b1

Please sign in to comment.