Marc Sherry
Marc Sherry
Hi there - thanks for the issue! What changes would be involved in porting to py3? AFAIK it currently runs correctly, so would this just involve modernizing the code style...
@szikes-adam thank you for your comment! If I am understanding your request correctly, you are asking to make this change, correct? ```diff diff --git a/bin/pycheckers.py b/bin/pycheckers.py index d59bf20..69209c9 100755 ---...
I think a fork and PR would be great!
Hi there, and thanks for creating an issue! It's true, the virtualenv handling of this package could use some love. I originally wrote this when I exclusively used virtual environments...
I believe it's because its value is passed to `eval`, so this could be risky if not under your control. This doesn't mean that one can't use it as a...