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

Antidote not being catched when installed via homebrew #987

Open
2 of 4 tasks
devtobi opened this issue Nov 20, 2024 · 0 comments
Open
2 of 4 tasks

Antidote not being catched when installed via homebrew #987

devtobi opened this issue Nov 20, 2024 · 0 comments
Labels
C-bug Something isn't working

Comments

@devtobi
Copy link

devtobi commented Nov 20, 2024

Erroneous Behavior

When antidote is installed via a package manager like brew, topgrade cannot find it because it has to be sourced into the terminal session first.

Expected Behavior

Topgrade should still find topgrade

Steps to reproduce

  1. Install topgrade via brew
  2. Run topgrade

Possible Cause (Optional)

topgrade cannot find it because it has to be sourced into the terminal session first, for some reason this is not working but I can still access antidote directly from the terminal without any issues.

Problem persists without calling from topgrade

  • Yes
  • No

Did you run topgrade through Remote Execution

  • Yes
  • No

Configuration file (Optional)

As alternative workaround I am currently using the following custom command.

[commands]
"Antidote updates" = "source $(brew --prefix antidote)/share/antidote/antidote.zsh && antidote update"

Additional Details

  • Operation System/Version
    masOS 15.1.1

  • Installation
    homebrew

  • Topgrade version (topgrade -V)
    16.0.1

Verbose Output (topgrade -v)

not relevant

@devtobi devtobi added the C-bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant