-
Notifications
You must be signed in to change notification settings - Fork 59
Brew installed pie not found after self-update #579
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingbug-confirmedMaintainers could reproduce the issue and will investigateMaintainers could reproduce the issue and will investigatemaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbug-confirmedMaintainers could reproduce the issue and will investigateMaintainers could reproduce the issue and will investigatemaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
What are you trying to do?
Update pie by running
pie self-update.What platform, and PIE version are you using?
Steps to reproduce the issue
pie self-updatepie -v-- will show "command not found" for pieWhat do you expect to happen?
The issue is resolved by updating using
brewand runningbrew link --overwrite pie. However, I'd expectpie self-updateto do this painlessly so the user doesn't have to figure out what to fix.What is actually happening
After running
pie self-update, thepiecommand in no longer found.Complete logs/output
Anything else?
I'm unsure if this is specifically because of the fact that it's brew-installed, but that's my first instinct.