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

Fix uninstallation of user scripts #8733

Merged
merged 4 commits into from
Feb 25, 2021

Commits on Sep 4, 2020

  1. Fix uninstallation of user scripts

    User scripts are installed to ~/.local/bin. pip was looking for scripts
    to uninstall in ~/.local/lib/python3.8/site-packages/bin. This commit
    makes it look in ~/.local/bin instead.
    DaanDeMeyer committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7d9be73 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Simplify type annotation

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    pradyunsg and uranusjr authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0ecbce2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update news fragment from review suggestions

    Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
    uranusjr and pradyunsg authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    3932c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63e5d3 View commit details
    Browse the repository at this point in the history