Skip to content

Avoid the need for using PYTHONPATH for sudo-ing into denoise #263

@smarr

Description

@smarr

I think it's a potential source for bugs to rely on PYTHONPATH and the rebench-denoise wrapper installed by pip.

We probably get more reliable results by having our own wrapper script for denoise or possibly even running it directly with the same python used for rebench.
We do know the path were we find denoise.py, and could adapt sys.path as needed reliably without modifying the environment.

This is a followup to the changes in #260.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions