Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile and make.py script #1959

Merged
merged 2 commits into from
Feb 12, 2022
Merged

Update Makefile and make.py script #1959

merged 2 commits into from
Feb 12, 2022

Commits on Dec 28, 2021

  1. make: Invoke python modules explicity via Python interpreter.

    In some situations, like pip installing in a user environment without
    sudo, the installed packages like black or flake don't have their
    entry point added to PATH.
    
    Using "python -m black ..." instead ensures the commands can always
    be launched.
    
    It's also more robust to make sure it's always calling this Python
    environment module instead of something else with precedence in
    the PATH
    carlosperate committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    68d24d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6236d74 View commit details
    Browse the repository at this point in the history