Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 250 Bytes

This repository contains patched Python standard libraries to be used with Score-P's Python bindings.

To use them clone this repository and prepend it to your PYTHONPATH.

    export PYTHONPATH=`realpath scorep_python_modules`:$PYTHONPATH