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

brew-pip experience updates #3

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Sep 3, 2016

  1. Configuration menu
    Copy the full SHA
    a595d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. feat: add fallback for when HOMEBREW_CELLAR is not specified

    This will users the ability to avoid setting this variable.
    josegonzalez committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    bc235f3 View commit details
    Browse the repository at this point in the history
  2. refactor: handle more robust experience

    - enforce subcommand usage as other bits of homebrew do (such as casks)
    - add subcommands to mirror general usage of other homebrew-subsystems
    - drop upgrade flag in favor of reinstall/upgrade command
    josegonzalez committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    4f025fb View commit details
    Browse the repository at this point in the history
  3. Release v0.5.0

    josegonzalez committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    a8b9708 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. pip-removals-fixes

    L70 check if it works
    or change it to
    "--target=%s" % os.path.join(prefix, "share", "python")]
    JuPlutonic authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1bacb75 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Merge pull request #2 from JuPlutonic/pip-removals-fixes

    pip-removals-fixes
    josegonzalez authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a5ab336 View commit details
    Browse the repository at this point in the history